Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  2. <soap:Body>
  3. <KargoBilgileriByReferansResponse xmlns="http://tempuri.org/">
  4. <KargoBilgileriByReferansResult>
  5. <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  6. <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
  7. <xs:complexType>
  8. <xs:choice minOccurs="0" maxOccurs="unbounded">
  9. <xs:element name="Table1">
  10. <xs:complexType>
  11. <xs:sequence>
  12. <xs:element name="name" type="xs:string" minOccurs="0"/>
  13. <xs:element name="surname" type="xs:string" minOccurs="0"/>
  14. </xs:sequence>
  15. </xs:complexType>
  16. </xs:element>
  17. </xs:choice>
  18. </xs:complexType>
  19. </xs:element>
  20. </xs:schema>
  21. <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
  22. <NewDataSet xmlns="">
  23. <Table1 diffgr:id="Table11" msdata:rowOrder="0">
  24. <name>john</name>
  25. <surname>doe</surname>
  26. </Table1>
  27. </NewDataSet>
  28. </diffgr:diffgram>
  29. </KargoBilgileriByReferansResult>
  30. <pWsError/>
  31. </KargoBilgileriByReferansResponse>
  32. </soap:Body>
  33. </soap:Envelope>
Add Comment
Please, Sign In to add comment