Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a service url, and I want to create a proxy class from the service dynamically in runtime and want to call the methods from service. The service may be web service or WCF service I am not confirm about it. All I am having is service url.

How I can create a proxy classes to access the service methods in C# and ASP.Net application?

Thanks,
Avinash Patil
Posted

1 solution

 
Share this answer
 
Comments
Avinash6474 4-Sep-12 4:03am    
Hi ,

The links provide the information about how to access the methods from Web service, but my requirenment is to access methods from WCF service i.e. like url "http://localhost/WcfService/Service1.svc".

If you have an idea please share here.
Thanks for reply.

Thanks,
Avinash Patil

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