The question is a bit short to really understand your problem. But I will try to guess here. The most basic operation to be able to use a webservice in your application is to right-click on the project and choose Add Web Reference. There you browse to the webservice, give it a good name and select OK. After that it's just simply a matter of doing something like this: ServiceClass service = new ServiceClass(); object someResult = service.SomeMethod(someParameter); The service class is strongly typed, so you shouldn't have much trouble finding out how to call the service and what to pass and what you get in return. Hope this helps
WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson