create it, or change the name of the connection factory to the name of a connection
factory that exists.
The following is an example of a WSDL for outbound applications:
<?xml version = '1.0' encoding = 'UTF-8'?>
<definitions name="findAccount"
targetNamespace="http://xmlns.oracle.com/pcbpel/findIMSAccount/findAccount"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:legacyReq="noNamespace://findIMSAccount"
xmlns:tns="http://xmlns.oracle.com/pcbpel/findIMSAccount/findAccount"
xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
xmlns:pc="http://xmlns.oracle.com/pcbpel/"
xmlns:legacyRes="noNamespace://findIMSAccount">
<types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="noNamespace://findIMSAccount"
targetNamespace="noNamespace://findIMSAccount" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:element name="CA_INPUT" type="CA_INPUT"/>
<xsd:complexType name="CA_INPUT">
<xsd:attribute name="CA_EYE_CATCH">
<xsd:simpleType>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="CA_ACCT_I_NUM" type="xsd:int"/>
</xsd:complexType>
</xsd:schema>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="noNamespace://findIMSAccount"
targetNamespace="noNamespace://findIMSAccount" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:element name="CA_OUTPUT" type="CA_OUTPUT"/>
<xsd:complexType name="CA_OUTPUT">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="CA_ACCT_DATA"
type="CA_OUTPUT__CA_ACCT_DATA"/>
</xsd:sequence>
<xsd:attribute name="CA_RET_CODE" type="xsd:int"/>
</xsd:complexType>
<xsd:element name="CA_OUTPUT__CA_ACCT_DATA" type="CA_OUTPUT__CA_ACCT_
DATA"/>
<xsd:complexType name="CA_OUTPUT__CA_ACCT_DATA">
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="CA_CUST_INFO"
type="CA_OUTPUT__CA_ACCT_DATA__CA_CUST_INFO"/>
<xsd:element minOccurs="0" maxOccurs="10" name="CA_TRAN_HIST"
type="CA_OUTPUT__CA_ACCT_DATA__CA_TRAN_HIST"/>
</xsd:sequence>
<xsd:attribute name="CA_ACCT_NUM" type="xsd:int"/>
<xsd:attribute name="CA_ACCT_BAL" type="xsd:int"/>
</xsd:complexType>
<xsd:element name="CA_OUTPUT__CA_ACCT_DATA__CA_TRAN_HIST"
type="CA_OUTPUT__CA_ACCT_DATA__CA_TRAN_HIST"/>
<xsd:complexType name="CA_OUTPUT__CA_ACCT_DATA__CA_TRAN_HIST">
<xsd:attribute name="CA_TRAN_YYYYMMDD">
<xsd:simpleType>
Integrating OracleAS Adapters for IMS/DB with Oracle BPEL Process Manager 4-3
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8"/>
</xsd:restriction>
Configuring Oracle BPEL Process Manager
Need help?
Do you have a question about the Application Server 10.1.3.4 and is the answer not in the manual?
Questions and answers