public interface WSHandlerRemote
extends javax.ejb.EJBObject
Modifier and Type | Method and Description |
---|---|
byte[] |
invoke(byte[] payload,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> httpHeaders,
int readTimeout,
java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> soapHeaders,
java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> responseSOAPHeaders)
Invoke the target web service.
|
byte[] invoke(byte[] payload, java.lang.String serviceName, java.lang.String epURL, java.lang.String action, java.lang.String soapVersion, java.lang.String httpUser, java.lang.String httpPassword, java.lang.String mep, java.util.Map<java.lang.String,java.util.List<java.lang.String>> httpHeaders, int readTimeout, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> soapHeaders, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> responseSOAPHeaders) throws java.rmi.RemoteException
payload
- - the xml payload for the SOAP messageserviceName
- - the name of the target web serviceepURL
- - the endpoint url for the target web serviceaction
- - the soap action value to be used for the invocationsoapVersion
- - the soap version - SOAP11 or SOAP12httpUser
- - the http user namehttpPassword-
- the http passwordmep
- - the message exchange patternhttpHeaders
- - the http headersreadTimeout
- - the http read timeoutjava.lang.Exception
java.rmi.RemoteException