public interface SoapHttpRequest extends HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_SOAP_ACTION |
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_CONFIG, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL| Modifier and Type | Method and Description |
|---|---|
String |
getSoapAction() |
SoapHttpRequest |
soapAction(String value)
Sets the SOAPAction header field (used until SOAP 1.1).
|
configOption, contentType, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, method, payload, urlexecute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParametersstatic final String HEADER_SOAP_ACTION
SoapHttpRequest soapAction(String value)
value - the value to setString getSoapAction()
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.