Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<myRole allowedRoles="" binding="RPC" service="ManagedCorrelationServiceA"> <wsa:Metadata> <wsp:Policy xmlns:abp="http://schemas. active-endpoints.com/ws/2005/12/policy" xmlns:wsp="http://schemas.xmlsoap.org /ws/2004/09/policy"> <abp:engineManagedCorrelationPolicy/> </wsp:Policy> </wsa:Metadata> </myRole>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org /soap/envelope/" xmlns:xsd="http://www.w3.org/2001 /XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> ...<wsa:ReplyTo xmlns:abx="http://www.activebpel.org/bpel/extension" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"> <wsa:Address>http://localhost:8080/active-bpel/services /ManagedCorrelationServiceA</wsa:Address> <wsa:ReferenceProperties> <abx:conversationId>1:/process/partnerLinks /partnerLink[@name='requestPLT'] </abx:conversationId> </wsa:ReferenceProperties> </wsa:ReplyTo>... </soapenv:Header> <soapenv:Body> ... </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org /soap/envelope/" xmlns:xsd="http://www.w3.org/2001 /XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> ... <abx:conversationIDxmlns:abx="http://www.activebpel.org/bpel/extension">1:/process/partnerLinks/partnerLink[@name='requestPLT']</abx:conversationId>... </soapenv:Header> <soapenv:Body> ... </soapenv:Body> </soapenv:Envelope>