Hi ,
Can any body have idea how to call a web service in window service ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bimal upadhyayPosted Sep 2, 2008, 3:31 AM
Does i have to make proxy object through adding Web ref .
Remoting will be my communication medium between web service and window service .
Posted Sep 2, 2008, 3:21 AM
Use following steps to consume a webservice in window application
1. Create a proxuy class using wsdl file
2. make an object of that proxy class
3. call the web service function using the object