IBM BJ0NJML - Service And Asset Management Integration Manual page 236

Integration guide
Table of Contents

Advertisement

Outbound Customization
222
public void responseOk(org.w3c.dom.Document response) throws
MXException
The
responseOk()
method is called after a successful invocation of the external
Web service.
public void responseError(Exception e) throws MXException
If an error was encountered during the Web service invocation, the
responseError()
method is called with the originating exception as a
parameter.
public boolean getOneWayWsInfo(Map metaData, String endpointURL,
String serviceName, String interfaceName, String
targetNameSpace, boolean oneWayWs) throws MXException
The
getOneWayWsInfo()
the Web service being invoked is one-way.
public String getSoapAction(Map metaData, String endpointURL,
String serviceName, String interfaceName, String
targetNameSpace, String soapAction) throws MXException
The
getSoapAction()
method returns the SOAPAction HTTP header to be used
while invoking the Web service.
You enter the fully qualified name of the Java class in the WSEXIT property of the
endpoint that implements the Web service handler.
There is a default implementation of the WSExit interface,
psdi.iface.router.DefaultWSExit. This class overrides the getEndpointURL()
method to concatenate the service name at the end of endpoint URL, to form the
new endpoint URL.
method returns a Boolean value that specifies whether
Integration Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents