Advertisement
Guest User

Untitled

a guest
May 30th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  3. <soap:Header>
  4. <LoginControl xmlns="http://test.com/testWebService/test2Connect">
  5. <username>string</username>
  6. <password>string</password>
  7. </LoginControl>
  8. </soap:Header>
  9. <soap:Body>
  10. <GetItemInfoExtended xmlns="http://test.com/testWebService/test2Connect">
  11. <InItemsRowsExtended>
  12. <InItemsRowExtended>
  13. <ItemID>int</ItemID>
  14. <ManufacturerID>string</ManufacturerID>
  15. <TecDocID>int</TecDocID>
  16. <Quantity>double</Quantity>
  17. </InItemsRowExtended>
  18. <InItemsRowExtended>
  19. <ItemID>int</ItemID>
  20. <ManufacturerID>string</ManufacturerID>
  21. <TecDocID>int</TecDocID>
  22. <Quantity>double</Quantity>
  23. </InItemsRowExtended>
  24. </InItemsRowsExtended>
  25. </GetItemInfoExtended>
  26. </soap:Body>
  27. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement