Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new in WCf and i want to share WSDL and XSD [Schema] to client.I try google but didnt get any step by step solution.Can any one know.
I tried
VB
https://MyService.com/MyService/MyService.svc/mex?xsd=xsd0
https://MyService.com/MyService/MyService.svc/mex?wsdl

Is it right or any command to autoamtically generate the file.
Posted
Updated 9-Aug-14 16:32pm
v2
Comments
Sergey Alexandrovich Kryukov 9-Aug-14 23:20pm    
Using WSDL and XSD is not the best option for WCF cervices. More exactly, it depends on what types of clients are supposed to consume the service. If this is also .NET code, using Service Contract would be much more productive.
—SA

1 solution

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