Click here to Skip to main content
15,898,681 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose I have three separate IIS hosted Services built using .asmx, WCF and Web API; how can I expose the information to my clients for using the services.

What I have tried:

I found that here I will have to deal with WSDL and proxy classes, but I am unable to connect these things. How can I enable the clients to use the services.
Posted
Updated 12-Apr-19 8:22am

1 solution

All you have to do is is give them the URI. After that, it's all on them to consume them.
 
Share this answer
 
Comments
TechieeGeek 12-Apr-19 14:51pm    
Thanks for sharing the information. Can you also provide information as in how will Clients use it after I share the URI.
#realJSOP 12-Apr-19 15:12pm    
Let them figure it out.
TechieeGeek 19-Apr-19 13:25pm    
So after little more finding about this topic, I have understood that we should just share the URI as told by you with Clients; and let the clients create proxy classes at their end to consume services.

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