This is a WebService client based on the Axis2 library. For more information
see the on-line documentation of the Axis2 WebService Client Function
Component.
Since:
7.0
Field Summary
Fields inherited from class com.ibm.di.fc.Function
Initializes the invocation process. Creates the client which will be used
as a basis for the invocation. During the initialization all mandatory
fields are gathered and the internal objects dependent from them are
created. The mandatory fields are: WSDL URL, Service, Endpoint and
Operation.
Gathers the passed information and creates invocation payload for the
client. The FC expects a IBM Tivoli Directory Integrator Attribute which
corresponds to the input message of the configured operation. If the
attribute is not found an Exception will be thrown. The FC expects only
IBM Tivoli Directory Integrator Entry object for input and Exception will
be thrown if other type is given.
Parameters:
input - The input IBM Tivoli Directory Integrator Entry.
Returns:
Entry object with the server response.
Throws:
Exception - If the required IBM Tivoli Directory Integrator Attribute
is missing, if the input is not an entry or if an Axis
specific fault occurs.