WSDLResource
A REST Web Service for managing WSDL imports.
The following resources are applicable:
/wsdl/{csId}
Mount Point: /wsdl/{csId}
POST
Imports a WSDL into web-service templates.
Parameters
| name | description | type | default |
|---|---|---|---|
| JSESSIONID | User session ID | cookie | |
| csId | The change set to make the change in | path |
Request Body
| element: | wsdl |
| media types: | application/xml text/xml application/json |
String representation of the wsdl to import
Response Body
| element: | (custom) |
| media types: | application/xml text/xml application/json |
A response, OK if nothing wrong, BAD_REQUEST otherwise