2

I wish to send the service metadata of a running WCF service to a third party developer, so he'll be able to create a proxy on his end.

At the moment the service is accessible from my local machine only.

Kris van der Mast
  • 16,343
  • 8
  • 39
  • 61
Arjor
  • 979
  • 1
  • 8
  • 12

1 Answers1

0

You can use the command line tool Web Service Discoverty Tool (disco.exe) to get the wsdl from your service which can be sent to the third party.

Chris Taylor
  • 52,623
  • 10
  • 78
  • 89