Im just starting with C# because a friend needs a program for download the XML from a other server
Now is told that its a soap request, and what i would like to build is a programm that downloads the xml file to our server.
Does anny one have a sample for me or sugestions
<?xml version="1.0" encoding="utf-8"?> |
<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/"> |
<soap:Body> |
<GeneratePriceList xmlns="http://www.bascomputers.nl/"> |
<customerID>*****</customerID> |
<password>******</password> |
</GeneratePriceList> |
</soap:Body> |
</soap:Envelope> |