Created
February 22, 2019 08:32
-
-
Save aertan/a3af2b4bfaf72caa4405a58c3f35c97c 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> | |
| <UpdateCustomerAdress xmlns="http://tempuri.org/"> | |
| <UserName>BISU_USER</UserName> | |
| <PassWord>BISU_PASS</PassWord> | |
| <Phone>0-532-546 31 17</Phone> | |
| <Adress>Hardal Sok. No: 5</Adress> | |
| <ProvinceID>459814</ProvinceID> | |
| <DistrictID>461345</DistrictID> | |
| <RegionID>493206</RegionID> | |
| <StreetID>1439828</StreetID> | |
| <Bina>5</Bina> | |
| <DaireNo>1</DaireNo> | |
| <KatNo xsi:nil="true"/> | |
| <BinaAdı xsi:nil="true"/> | |
| <SiteAdı xsi:nil="true"/> | |
| <Blok xsi:nil="true"/> | |
| </UpdateCustomerAdress> | |
| </soap:Body> | |
| </soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment