0

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

2
  • 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? Commented Dec 28, 2011 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 Commented Dec 28, 2011 at 15:55

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.