Requirements for business processes and human tasks

Business processes and human tasks developed with the WebSphere® Integration Developer to run on the Business Process Choreographer must conform to specific rules to be accessible through the Web services APIs.

The requirements are:

  1. The interfaces of business processes and human tasks must be defined using the "document/literal wrapped" style defined in the Java™ API for XML-based RPC (JAX-RPC 1.1) specification. This is the default style for all business processes and human tasks developed with the WID.
  2. Fault messages exposed by business processes and human tasks for Web service operations must comprise a single WSDL message part defined with an XML Schema element. For example:
    <wsdl:part name="myFault" element="myNamespace:myFaultElement"/>
Related information
Java API for XML based RPC (JAX-RPC) downloads page
Which style of WSDL should I use?

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)