C#: basic authentication at XML web-service
Sat, 2011-07-30 10:21 | SergeChel
In order to do a basic authentication, with username and password, for your request to remote XML web-service you have to set Credentials property of request object.


C#: send and recieve SOAP packets as plain text
Mon, 2011-10-10 09:56 | SergeChel
This is a simple example of a way to exchange plain text SOAP messages with XML web-service, without the use of OOP wrappers. This code may be refactored by removing the use of XmlDocument and XmlTextWriter classes.