Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
<invokename="InvokeCustomerInfo" partnerLink="CustomerInfoPL"
              operation="getCustomerSSN" portType="ns1:CustomerInfoPortType"
                     inputVariable="customerInfoInput" outputVariable="customerInfoOutput"/>

...

Code Block
languagehtml/xml
<invokename="Invoke" partnerLink="DILoanServicePL" operation="getLoanOffer" portType="ns2:LoanServicePortType" inputVariable="diLoanServiceRequest"/><receivename="ReceiveDILoanService" createInstance="no" partnerLink="DILoanServicePL" operation="onLoanOffer" portType="ns2:LoanServiceCallbackPortType" variable="diLoanServiceResponse">  
    <correlations>
        <correlationset="correlator" initiate="no"></correlation>
    </correlations>
</receive>

...

Code Block
languagehtml/xml
<invokename="Invoke" partnerLink="DILoanServicePL" operation="getLoanOffer" portType="ns2:LoanServicePortType" inputVariable="diLoanServiceRequest"/>

...

Code Block
languagehtml/xml
<partnerLinks>  
     <partnerLinkname="DILoanServicePL" partnerLinkType="ns2:LoanServicePT" partnerRole="LoanServiceRole" myRole="LoanServiceClientRole"/></partnerLinks>

...

Code Block
languagehtml/xml
<plnk:partnerLinkTypename="LoanServicePT">
     <plnk:rolename="LoanServiceRole" portType="tns:LoanServicePortType"/>   
     <plnk:rolename="LoanServiceClientRole" portType="tns:LoanServiceCallbackPortType"/>
</plnk:partnerLinkType>

...

Code Block
languagehtml/xml
<portTypename="LoanServicePortType"><operationname="getLoanOffer"><inputname="input" message="tns:getLoanOfferRequest"/></operation></portType><portTypename="LoanServiceCallbackPortType"><operationname="onLoanOffer"><inputname="input" message="tns:getLoanOfferResponse"/></operation></portType>

...

Code Block
languagehtml/xml
<receivename="ReceiveDILoanService" createInstance="no" partnerLink="DILoanServicePL" operation="onLoanOffer" portType="ns2:LoanServiceCallbackPortType" variable="diLoanServiceResponse"><correlations><correlationset="correlator" initiate="no"></correlation></correlations></receive>

...

Code Block
languagehtml/xml
<partnerLinks><partnerLinkname="DILoanServicePL" partnerLinkType="ns2:LoanServicePT" partnerRole="LoanServiceRole" myRole="LoanServiceClientRole"/></partnerLinks> ......... <receivename="ReceiveDILoanService" createInstance="no" partnerLink="DILoanServicePL" operation="onLoanOffer" portType="ns2:LoanServiceCallbackPortType" variable="diLoanServiceResponse"><correlations><correlationset="correlator" initiate="no"></correlation></correlations></receive>

...

Code Block
languagehtml/xml
<bpws:propertyAliaspropertyName="tns:correlatorProp" messageType="ns1:getLoanOfferResponse" part="part"><bpws:query>/ns:CustomerInfo/ns:CustomerID</bpws:query></bpws:propertyAlias>

...