SOAP Request Properties
SOAP request properties define how ReadyAPI handles specific SOAP requests.
![]() |
Option | Description |
---|---|
Name | The name of the request. |
Description | An arbitrary text describing the request. |
Message Size | The size of the request in bytes. |
Encoding | The type of request data encoding, for example |
Endpoint | The Resource part of the target URL (including the port number). ImportantThe host cannot contain underscores. |
Timeout | The number of milliseconds to wait for the server response. If no data arrives within the specified time period, the request is considered to fail. If the value is 0 or is not specified, the wait time is infinite. |
Bind Address | The network interface (an IP address), through which ReadyAPI will send the request. |
Follow Redirects | Enables handling of redirects. If |
Follow 302 Redirect with GET | If |
Username | The basic authorization username. |
Password | The basic authorization password. |
Domain | Optional. The basic authorization domain. |
Authentication Type | The Authorizaiton type used for the request. |
WSS-Password Type | The password type to use for WSS. |
WSS TimeToLive | Indicates how long the WSS credentials will be valid. |
SSL Keystore | Specifies the file storing private keys that are used to authorize ReadyAPI to the server. Only works for HTTPS requests. |
Skip SOAP Action | If Example: |
Enable MTOM | If |
Force MTOM | If Note: You can use it even if there are no MTOM attachments. |
Inline Response Attachments | If |
Expand MTOM Attachments | If |
Disable Multiparts | If |
Encode Attachments | If |
Enable Inline Files | If |
Strip Whitespaces | If |
Remove Empty Content | If |
Entitize Properties | If |
Disable Property Expansions | If |
Pretty Print | If |
Dump File | The path to the file where responses will be saved. If empty, responses are discarded. |
Max Size | The maximum size of responses to be saved. |
WS-Addressing | If |
WS-Reliable Messaging | If |