Created
November 27, 2014 16:20
-
-
Save pavelk2/ad23b8ae6b82c6703680 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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