public class Client extends Object
Client
class provides web service clients with a method to
send requests using SOAP connection to web service servers.Modifier and Type | Method and Description |
---|---|
static Message |
sendRequest(Message req,
String connectTo)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
sendRequest(Message req,
String connectTo,
String certAlias)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
sendRequest(Message req,
String connectTo,
String certAlias,
String soapAction)
Sends a request to a SOAP endpoint and returns the response.
|
public static Message sendRequest(Message req, String connectTo) throws SOAPBindingException, SOAPFaultException
req
- the requestconnectTo
- the SOAP endpoint URLSOAPBindingException
- if an error occurs while sending the
messageSOAPFaultException
- if the response is a SOAP Faultpublic static Message sendRequest(Message req, String connectTo, String certAlias) throws SOAPBindingException, SOAPFaultException
req
- the request message.connectTo
- the SOAP endpoint URLcertAlias
- the cert alias of a client certificate being used in
SSLSOAPBindingException
- if an error occurs while sending the
messageSOAPFaultException
- if the response is a SOAP Faultpublic static Message sendRequest(Message req, String connectTo, String certAlias, String soapAction) throws SOAPBindingException, SOAPFaultException
req
- the request message.connectTo
- the SOAP endpoint URLcertAlias
- the cert alias of a client certificatesoapAction
- the SOAPAction headerSOAPFaultException
- if a SOAP Fault occursSOAPBindingException
- if a error occurs while processing,
sending or receiving MessageCopyright © 2010-2018, ForgeRock All Rights Reserved.