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

link|improve this question

25% accept rate
Do you have any more information on the PHP service? "Web service" isn't very specific. What are the requirements to integrate with that service? – David Dec 28 '11 at 15:54
i have a web service than i post an xml to this service it returns me an another xml. soap, and xml-rpc request could be send – user861092 Dec 28 '11 at 15:55
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.