I have a WCF service that has the contract published on a Net.Tcp MEX endpoint. I need to connect to the MEX endpoint and download the WSDL as XML. How can I do this? (I cannot move the MEX endpoint to HTTP… it must be on TCP).
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The MEX endpoint is just an endpoint. Create a client for it, then issue operation callsIt looks like the correct way to do this is to use the MetadataExchangeClient Class.