Created
January 8, 2021 08:32
-
-
Save aertan/3fabf340d7c7abe101789cf86aa59ce2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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> | |
| <GetCustomer xmlns="http://tempuri.org/"> | |
| <UserName>{{BISU_USER}}</UserName> | |
| <PassWord>{{BISU_PASS}}</PassWord> | |
| <Phone>0-542-624 12 99</Phone> | |
| </GetCustomer> | |
| </soap:Body> | |
| </soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment