Skip to content

Instantly share code, notes, and snippets.

@arivasvera
Created September 12, 2019 20:09
Show Gist options
  • Save arivasvera/edc125c6381aff89c6b7af5a6a10075b to your computer and use it in GitHub Desktop.
Save arivasvera/edc125c6381aff89c6b7af5a6a10075b to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ipg="http://ipg-online.com/ipgapi/schemas/ipgapi" xmlns:a1="http://ipg-online.com/ipgapi/schemas/a1" xmlns:v1="http://ipg-online.com/ipgapi/schemas/v1">
<soapenv:Header/>
<soapenv:Body>
<ipg:IPGApiActionRequest>
<a1:Action>
<a1:InquiryOrder>
<!--a1:StoreId>5900000000</a1:StoreId-->
<a1:OrderId>my-order-id</a1:OrderId>
</a1:InquiryOrder>
</a1:Action>
</ipg:IPGApiActionRequest>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment