Advertisement
Guest User

Untitled

a guest
Jan 27th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn://localhost/projet/srv" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xml.apache.org/xml-soap" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  2. <SOAP-ENV:Body>
  3. <ns1:getTypesVehiculeResponse>
  4. <return SOAP-ENC:arrayType="SOAP-ENC:Struct[4]" xsi:type="SOAP-ENC:Array">
  5. <item xsi:type="SOAP-ENC:Struct">
  6. <@attributes xsi:type="ns2:Map">
  7. <item>
  8. <key xsi:type="xsd:string">id</key>
  9. <value xsi:type="xsd:string">0</value>
  10. </item>
  11. ...
  12. </return>
  13. </ns1:getTypesVehiculeResponse>
  14. </SOAP-ENV:Body>
  15. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement