Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
<portType name="approveLoanWshtPT"> <operation name="approveLoan"> <input message="tns:WshtLoanInput" /> <output message="tns:WshtLoanOutput" /> </operation> </portType>
<message name="WshtLoanInput"> <part name="request" element="loan:loanProcessRequest" /> </message>
<htdt:getInput xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:identifier>urn:b4p:5</htdt:identifier> <htdt:part>request</htdt:part> </htdt:getInput>
<message name="WshtLoanOutput"> <part name="response" element="loan:loanApprovalResponse" /> </message>
<htdt:getOutput xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:identifier>urn:b4p:5</htdt:identifier> <htdt:part>response</htdt:part> </htdt:getOutInput>
<htdt:setOutput xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:identifier>urn:b4p:5</htdt:identifier> <htdt:part>response</htdt:part> <htdt:taskData> <!-- loanApprovalResponse element (output) --> <loan:loanApprovalResponse xmlns:loan= "http://schemas.active-endpoints.com/sample/LoanRequest/2008/02/loanRequest.xsd"> <loan:responseToLoanRequest>approved</loan:responseToLoanRequest> <loan:responseDescription>Your loan has been approved.</loan:responseDescription> </loan:loanApprovalResponse> </htdt:taskData> </htdt:setOutInput>