Example of an Edited WSDL File for the Loan Account Entity
The following is the WSDL file for the Loan Account entity after it has been edited. You can use this file as a reference when editing the WSDL file required for your customization.
<?xml version="1.0" encoding="utf-16"?>
<!--
** Oracle Corporation **
** This is an Entity EBS, BASED ON CRUD OPERATIONS **
** We always include the wsdl,xsd, soap, our documentation, and Core Common
namespaces. Always the same prefixes. **
** Need to define namespaces for EBO and EBS, and always use these same prefixes -
ebo and ebs. **
** Need to define the target namespace equal to the EBS namespace. Also define a
name, in the form of - name+EBS. **
Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
WSDL File Name
Name:
\\EnterpriseBusinessServiceLibrary\Industry\BankingAndWealthManagement\EBO\LoanAcc
ount\V1\BankingAndWealthManagementLoanAccountEBSV1.wsdl
-->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1"
xmlns:corecom="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2"
xmlns:ebo="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/LoanAccount/V1"
xmlns:ebs="http://xmlns.oracle.com/EnterpriseServices/Core/LoanAccount/V1"
name="BankingAndWealthManagementLoanAccountEBSV1" targetNamespace="http://
xmlns.oracle.com/EnterpriseServices/Core/LoanAccount/V1">
<types>
<xsd:schema targetNamespace="http://xmlns.oracle.com/EnterpriseServices/
LoanAccount/V1" elementFormDefault="qualified">
<xsd:import namespace="http://xmlns.oracle.com/EnterpriseObjects/Core/
EBO/LoanAccount/V1" schemaLocation="../../../../../../EnterpriseObjectLibrary/
Industry/BankingAndWealthManagement/EBO/LoanAccount/V1/LoanAccountEBM.xsd" />
<xsd:import namespace="http://xmlns.oracle.com/EnterpriseObjects/Core/
Common/V2" schemaLocation="../../../../../../EnterpriseObjectLibrary/Industry/
BankingAndWealthManagement/Common/V2/Meta.xsd" />
</xsd:schema>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://
xmlns.oracle.com/EnterpriseObjects/Core/EBO/LoanAccount/V1">
<xsd:element name="UpdateLoanAccount_Input">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ebo:UpdateLoanAccountEBM" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="CreateLoanAccount_Input">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ebo:CreateLoanAccountEBM"></xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</types>
<message name="UpdateLoanAccount_Input">
<part name="UpdateLoanAccount_Input"
element="ebo:UpdateLoanAccount_Input"></part>
</message>
<message name="CreateLoanAccount_Input">
<part name="CreateLoanAccount_Input"
element="ebo:CreateLoanAccount_Input"></part>
</message>
<portType name="BankingAndWealthManagementLoanAccountEBS">
<operation name="UpdateLoanAccount">
<input message="ebs:UpdateLoanAccount_Input"></input>
</operation>
<operation name="CreateLoanAccount">
<input message="ebs:CreateLoanAccount_Input"></input>
</operation>
</portType>
<binding name="BankingAndWealthManagementLoanAccountEBS"
type="ebs:BankingAndWealthManagementLoanAccountEBS">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<operation name="UpdateLoanAccount">
<soap:operation soapAction="document/http://xmlns.oracle.com/
EnterpriseObjects/Core/EBO/LoanAccount/V1:UpdateLoanAccount"></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<!--output> <soap:body use="literal"></soap:body> </output-->
</operation>
<operation name="CreateLoanAccount">
<soap:operation soapAction="document/http://xmlns.oracle.com/
EnterpriseObjects/Core/EBO/LoanAccount/V1:CreateLoanAccount"></soap:operation>
<input>
<soap:body use="literal"></soap:body>
</input>
<!--output> <soap:body use="literal"></soap:body> </output-->
</operation>
</binding>
<service name="BankingAndWealthManagementLoanAccountEBSV1">
<port binding="ebs:BankingAndWealthManagementLoanAccountEBS"
name="BankingAndWealthManagementLoanAccountEBS">
<soap:address location="http://sdc78514svqe/eai_enu/
start.swe?SWEExtSource=SecureWebService&SWEExtCmd=Execute&UserName=SADMIN&
amp;Password=MSSQL" />
</port>
</service>
</definitions>