Interface SoapHttpRequest

    • Field Detail

    • Method Detail

      • soapAction

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

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