Generating a WSDL representation
You can generate a WSDL representation of request and response elements, and their
documentation.
About this task
To write the SOAP payload for the request to a specific ruleset endpoint URI, you must generate the WSDL representation. The WSDL representation contains the description of the SOAP request and SOAP response, as well as the endpoint of the web service. A set of XSD files are attached to the WSDL file to describe the XML representation of the input and output objects.
To generate a WSDL representation, you can use the format of SOAP resource URIs. The WSDL format
is described in the Web
Services Description Language
page of the W3C website.
Procedure
Results
If you try to generate WSDL representation for an invalid URL or if an error occurs during the
WSDL generation, an error status code is returned.
- If you sent the request from a browser, an HTML page displays the error message.Note: The status code is 200 despite the error message because it applies to the HTML page, not to the request result.
- If you sent the request from a client other than a browser, status code 404 (Not Found) is returned and the error is described in XML.