0
votes

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

1

1 Answers

1
votes

The MEX endpoint is just an endpoint. Create a client for it, then issue operation calls

It looks like the correct way to do this is to use the MetadataExchangeClient Class.