public interface SoapRequest
Aggregates the information required to make a SOAP request.
- Author:
- Mark Taylor
-
Method Summary
Returns the unquoted SOAPAction HTTP header to be sent for the
request.
Returns the content of the <soapenv:Body> element to be sent.
-
Method Details
-
getAction
Returns the unquoted SOAPAction HTTP header to be sent for the
request. If null, no SOAPAction is sent.
- Returns:
- SOAPAction header value
-
getBody
Returns the content of the <soapenv:Body> element to be sent.
- Returns:
- SOAP body