ws/request.xml

10 lines
319 B
XML

<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:gs="http://www.manalejandro.com/person">
<soapenv:Header/>
<soapenv:Body>
<gs:getPersonRequest>
<gs:name>name1</gs:name>
</gs:getPersonRequest>
</soapenv:Body>
</soapenv:Envelope>