Interface SoapHttpRequest

All Superinterfaces:
ConnectorRequest<SoapHttpResponse>, HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>
All Known Implementing Classes:
SoapHttpRequestImpl

public interface SoapHttpRequest extends HttpBaseRequest<SoapHttpRequest,SoapHttpResponse>
  • Field Details

  • Method Details

    • soapAction

      SoapHttpRequest soapAction(String value)
      Sets the SOAPAction header field (used until SOAP 1.1).
      Parameters:
      value - the value to set
      Returns:
      this request
    • getSoapAction

      String getSoapAction()
      Returns:
      the SOAPAction header field value (used until SOAP 1.1) or null if not set