Advertisement
Guest User

Untitled

a guest
May 30th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <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/">
  4. <soap:Body>
  5. <GetItemInfoExtendedResponse xmlns="http://test.com/testWebService/test2Connect">
  6. <GetItemInfoExtendedResult>
  7. <Currency>string</Currency>
  8. <ItemsInfoRowsExtended>
  9. <ItemsInfoRowExtended>
  10. <ItemItemID>int</ItemItemID>
  11. <ItemManufacturerID>string</ItemManufacturerID>
  12. <ItemTecDocID>int</ItemTecDocID>
  13. <ItemDescription1>string</ItemDescription1>
  14. <ItemDescription2>string</ItemDescription2>
  15. <ItemAvailableQuantity>double</ItemAvailableQuantity>
  16. <ItemHostAvailableQuantity>double</ItemHostAvailableQuantity>
  17. <ItemPrice>double</ItemPrice>
  18. <ItemDiscount>double</ItemDiscount>
  19. <ItemPriceNetto>double</ItemPriceNetto>
  20. <ItemPriceForQuantity>double</ItemPriceForQuantity>
  21. <ItemAlternativeItemRows xsi:nil="true" />
  22. <ItemScalePriceRows xsi:nil="true" />
  23. <ItemMessageID>string</ItemMessageID>
  24. <ItemMessageDescription>string</ItemMessageDescription>
  25. </ItemsInfoRowExtended>
  26. <ItemsInfoRowExtended>
  27. <ItemItemID>int</ItemItemID>
  28. <ItemManufacturerID>string</ItemManufacturerID>
  29. <ItemTecDocID>int</ItemTecDocID>
  30. <ItemDescription1>string</ItemDescription1>
  31. <ItemDescription2>string</ItemDescription2>
  32. <ItemAvailableQuantity>double</ItemAvailableQuantity>
  33. <ItemHostAvailableQuantity>double</ItemHostAvailableQuantity>
  34. <ItemPrice>double</ItemPrice>
  35. <ItemDiscount>double</ItemDiscount>
  36. <ItemPriceNetto>double</ItemPriceNetto>
  37. <ItemPriceForQuantity>double</ItemPriceForQuantity>
  38. <ItemAlternativeItemRows xsi:nil="true" />
  39. <ItemScalePriceRows xsi:nil="true" />
  40. <ItemMessageID>string</ItemMessageID>
  41. <ItemMessageDescription>string</ItemMessageDescription>
  42. </ItemsInfoRowExtended>
  43. </ItemsInfoRowsExtended>
  44. <MessageID>string</MessageID>
  45. <MessageDescription>string</MessageDescription>
  46. </GetItemInfoExtendedResult>
  47. </GetItemInfoExtendedResponse>
  48. </soap:Body>
  49. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement