Log in

View Full Version : How to use / Install soap in PPC Webservice


raghuraman_ace
05-25-2005, 11:46 AM
Hi ,

am using .net smart device app.I have developed a webservice which returns a dataset.I need to call this webservice in my smart device app.

There is a namespace called system.web.service,But i want to use SOAP While calling the service.I read Pocket soap etc.

I dont have soap in my system.Could u pls tell me how can i use soap in calling my webserivce.Have i to download it ,If so pls provide the link.

Regards
Raghu

Peter Foot
05-27-2005, 09:18 AM
If you are writing a .NET Compact Framework application (VB.NET or C#) then you already have everything required. In Visual Studio select Project > Add Web Reference and enter the url of your webservice, Visual Studio will analyse the exposed service and create a wrapper class which you can create and call methods on.

There is a quick-start example here:-
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/xmlwebservice.aspx

Peter

raghuraman_ace
05-27-2005, 01:41 PM
Oh, Thanks Peter.

I already know that.I thought there may be somthings new to consider and u made it all same .

THX& Regards
Rag :D hu