Skip to content

Instantly share code, notes, and snippets.

@aertan
Created February 13, 2019 12:26
Show Gist options
  • Select an option

  • Save aertan/34048d3681e64a7b6425961b91f72939 to your computer and use it in GitHub Desktop.

Select an option

Save aertan/34048d3681e64a7b6425961b91f72939 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://tempuri.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<GetProductPrice xmlns="http://tempuri.org/">
<UserName>BISU_USER</UserName>
<PassWord>BISU_PASS</PassWord>
<DistributorID>23740430</DistributorID>
</GetProductPrice>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment