0

I am trying to call web services in my asp.net application. I got success in calling normal web service. But Now I am trying to call xml web services in my web project. I have try for this using xmlhttp but i didn't get success in this. Can anyone help me in this?

1
  • Are you trying to call the service from the client side? Commented Feb 11, 2012 at 18:53

1 Answer 1

2

It's not clear what you mean by XML web service. For example ASP.NET web services that use SOAP are also XML. Maybe you mean a POX service (Plain Old XML)? In this case you could use a WebClient or an HttpWebRequest to manually forge and send an HTTP request to a given resource and fetch the result.

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

1 Comment

I got the answer. Its using HttpWebRequest. Thank you for replaying

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.