Tivoli Directory Integrator, Version 7.1.1

Axis Soap To Java Function Component

The Axis Soap-to-Java Function Component (FC) is part of the Tivoli® Directory Integrator Web Services suite.

Note:
Due to limitations of the Axis library used by this component only WSDL (http://www.w3.org/TR/wsdl) version 1.1 documents are supported. Furthermore, the supported message exchange protocol is SOAP 1.1.

This component can be used both on the web service client and on the web service server side. This FC uses Axis' mechanism for parsing SOAP response (when on the client) or SOAP request (when on the server) to Java objects - as a complementary component to the AxisJavaToSoap FC. It is given a SOAP response/request message and returns the parsed Java objects either as standalone Java object(s) or capsulated in an Entry object.

This component supports both RPC and Document style.

Configuration

Parameters

WSDL URL
The URL of the WSDL document describing the service
SOAP Operation
The name of the SOAP operation as described in the WSDL file
Input the SOAP message as
This drop-down list specifies whether the SOAP message is specified as a string or as a DOM object.
Complex Types
This parameter is optional; if specified, it should be a list of fully qualified Java class names (including the package name), where the different elements (Java classes) of this list are separated by one or more of the following symbols: a comma, a semicolon, a space, a carriage return or a new line.
Mode
This required parameter takes either a value of Request or Response. The value of Specifies whether this FC will parse SOAP request or SOAP response messages.
Detailed Log
If checked, will generate additional log messages.
Comment
Your own comments go here.

Function Component Input

Entry or Java Object representing the complete SOAP message.

If anything else is passed, an Exception is thrown.

Function Component Output

An Entry or a Java Object containing the Java representation of the SOAP request/response.

Using the FC

This Function Component parses a SOAP message and turns it into a Java Object.

See also

Custom serializers/deserializers
Axis Java To Soap Function Component
[ Top of Page | Previous Page | Next Page | Contents | Terms of use | Feedback ]
(C) Copyright IBM Corporation, 2003, 2012. All Rights Reserved.
IBM Tivoli Directory Integrator 7.1.1