Click here to Skip to main content
15,886,802 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i have given an web service url and have known parameter of the method.i want to know how can i acces this service along with my new created application ?
Posted

1 solution

 
Share this answer
 
Comments
Naveen Singh 16-Jul-14 2:36am    
Thnkx Arun but i want more detail explanation as i have gone through it...!i have only url of service is known and i know the method and parameter in service i just want detail how can i use these in my own custom application to test these services.
ArunRajendra 16-Jul-14 2:43am    
You need to add a web reference using the url available. This will create proxy classes. You can then use objects of this classes to communicate with service methods.
Naveen Singh 16-Jul-14 2:59am    
how to communicate with service method of the object of that particular class ....!it is SOAP based service.....thanks in advance
Naveen Singh 16-Jul-14 2:49am    
i have created proxy class but what what are the next steps as i have never tried this earlier ??
ArunRajendra 16-Jul-14 5:02am    
Create object of the proxy class. Then you can call the service method using this object for ex: obj.Servicemethod1([pass params]).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900