Skip to content

Instantly share code, notes, and snippets.

@pavelk2
Created November 27, 2014 16:20
Show Gist options
  • Save pavelk2/ad23b8ae6b82c6703680 to your computer and use it in GitHub Desktop.
Save pavelk2/ad23b8ae6b82c6703680 to your computer and use it in GitHub Desktop.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<S:Body>
<ns2:createPersonResponse xmlns:ns2="http://ws.document.introsde/">
<personId>0</personId>
</ns2:createPersonResponse>
</S:Body>
</S:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<S:Body>
<ns2:createPerson xmlns:ns2="http://ws.document.introsde/">
<person>
<idPerson>0</idPerson>
<lastname>Ive</lastname>
<name>Jony</name>
</person>
</ns2:createPerson>
</S:Body>
</S:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment