How can I call a web service directly without using soap?
I basically want to use the web service like a class library and have the same performance as if it was a class library.
The code I am calling is in the same project as the web service
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean you want to call the code behind a webservice without going through the service itself, then you need to refactor that code out into a reusable library that the service (and your code) can both reference.