...
- Service Definition: Specifies if the responder has an associated service definition (RAML, GraphQL SDL, OpenAPI/Swagger, WSDL, or XML Schema). For plain XML, choose None. When the tool is constrained to a service definition, the applicable form view will be automatically populated with appropriate field values and controls (such as, radio buttons for booleans, different controls for numbers vs. integers, drop-downs for enumerations). It will also prevent the entry of invalid messages (for example, messages missing required values, a value of the incorrect type, a method/resource/response code not specified in a schema, and so on). Editing will be restricted to ensure that the message complies with the associated schema (for example, you will not be able to insert, delete, rename, copy, or paste tree nodes).
- For RAML Service Definition Mode
- RAML URL: A specific RAML URL, or a variable referencing a RAML URL.
- For GraphQL SDL Definition Mode
- GraphQL SDL URL: Describes the GraphQL SDL URL where this service can be accessed. You can either enter a value or click Browse. If you do not have a GraphQL SDL, you can leave this field empty.
- Return only the fields requested by the client: Determines if the Selection Set in the request will be applied to the outgoing response. When enabled, only the fields requested will be returned even if additional fields are specified in the Response tab.
- For OpenAPI/Swagger Service Definition Mode
- OpenAPI/Swagger URL: A specific OpenAPI/Swagger URL, or a variable referencing a OpenAPI/Swagger URL.
- For WSDL Service Definition Mode
- WSDL URL: Describes the WSDL URL where this service can be accessed. You can either enter a value or click Browse. If you do not have a WSDL, you can leave this field empty.
- Constrain to WSDL: Determines whether certain tool parameters obtain their values from the WSDL rather than from manual entry. If this option is enabled, certain parameters (like router endpoint, SOAP action, SOAP body and header parameters) are disabled and get their values from the WSDL. If this option is disabled, the Refresh WSDL button will also be disabled.
- WSDL Documentation: (Automatically completed if available): Describes the service at the given WSDL URI.
- For XML Schema Service Definition Mode
- Schema URL: Describes the XML Schema URL where this service can be accessed. You can either enter a value or click Browse. If you do not have a schema, you can leave this field empty.
- Constrain to Schema: Determines whether certain tool parameters obtain their values from the XML Schema rather than from manual entry. If this option is enabled, certain parameters are disabled and get their values from the schema. If this option is disabled, the Refresh Schema button will also be disabled.
- XML Message Type: Determines whether the Response tab’s Form Input controls are geared for SOAP messages or plain XML messages. If Plain XML is selected, Form Input mode will directly represent the message. If SOAP is selected, the XML configured in Form Input will be wrapped with a SOAP Envelope and the view will provide a SOAP Header section that allows you to configure SOAP headers if desired.
...