Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to create web service proxy please help me on this.
Posted
Comments
Kiran Sonawane 31-May-11 2:10am    
If u r using Visual studio then u can add service reference

1 solution

There are basically two ways to do this.

1) Using the 'Add reference' option in Visual Studio.
2) using svcutil to generate the proxy manually (this provides more flexibility as in it gives control to the user to choose various options while building the client).
 
Share this answer
 
v2
Comments
ambarishtv 31-May-11 3:24am    
what's 3rd way?
Abhinav S 31-May-11 3:27am    
Whoops - typo. Fixed that. :)

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