i wanna consume a php web service with asp.net but web service requires post data. So add reference tab is not working for me? is there any solution to that problem.
thanks
|
i wanna consume a php web service with asp.net but web service requires post data. So add reference tab is not working for me? is there any solution to that problem. thanks
| |||||
feedback
|
|
If your php service has a WSDL, you can use that to consume the service in .Net, otherwise you need to generate your soap messages manually - see Building SOAP message with XMLDocument VB.NET for an example | |||
|
feedback
|