Created
May 10, 2014 05:25
-
-
Save Fhernd/a383aa97e3a68d060165 to your computer and use it in GitHub Desktop.
Contenido del archivo `directorio.soap`.
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
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<SOAP-ENV:Body> | |
<a1:ArrayList id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections"> | |
<_items href="#ref-2"/> | |
<_size>5</_size> | |
<_version>5</_version> | |
</a1:ArrayList> | |
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[8]"> | |
<item id="ref-3" xsi:type="SOAP-ENC:string">Juan</item> | |
<item id="ref-4" xsi:type="SOAP-ENC:string">Oliva</item> | |
<item id="ref-5" xsi:type="SOAP-ENC:string">Matilde</item> | |
<item id="ref-6" xsi:type="SOAP-ENC:string">Valentina</item> | |
<item id="ref-7" xsi:type="SOAP-ENC:string">Sebastian</item> | |
</SOAP-ENC:Array> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment