How to consume data from webservice using soap in c#.net?
Hello friends,
I am developing a window application in C#.I want to consume the data from web service in my window application using soap and that web service is developed in PHP. So how can I do it?
Also, I want to ask that, Can I pass URL directly in code without adding web reference?