WSDL Contract
In older AMT versions, Provided Web Service were able to generate a WSDL contract in this window. However with the addition of classes and other new features to AMT, the decision was made to remove this feature in favour of creating the WSDL contract directly from the generated web service itself. This more commonly used method to create the WSDL contract will allow for easier implementation of new features in the future. For older AMT versions still with this feature it is advised to access the WSDL contract in the same way as newer AMT versions as described below.The WSDL contract of a Provided Web Service is accessible via the Web Service itself, either by browsing to the generated web service and clicking on the singleWSDL link, or by simply appending the Web Service URL with ?SingleWSDL
Making the URL syntax as follows: http://<Server Name>[:<port>]/<IIS Application>/<PortType Name>.svc?singleWsdl
For more information about the generated web service, see 'Configuring Provided Web Services' and its following pages.