Question
Bank of America
IN
Last activity: 13 Sep 2017 19:58 EDT
How to consume a wsdl and perform a soap call from openspan
Hi.. I am consuming a complex wsdl. The request looks like below. How to form this request xml in open span and how to hit the target URL?
Hi.. I am consuming a complex wsdl. The request looks like below. How to form this request xml in open span and how to hit the target URL?
<soapenv:Envelope >
<soapenv:Header/>
<soapenv:Body>
<v001:xxxxxx>
<v0011:retrieveRequest>
<v0011:osaRequestHeader>
<v0012:providerService>
<v0012:name>?</v0012:name>
<v0012:operation>?</v0012:operation>
<v0012:version>?</v0012:version>
</v0012:providerService>
<v0012:component>?</v0012:component>
<v0012:channel>?</v0012:channel>
<v0012:requestorService>
<v0012:name>?</v0012:name>
<v0012:operation>?</v0012:operation>
<v0012:version>?</v0012:version>
</v0012:requestorService>
<!--Optional:-->
<v0012:serverInstance>?</v0012:serverInstance>
<v0012:traceId>?</v0012:traceId>
<v0012:applicationId>?</v0012:applicationId>
<!--Optional:-->
<v0012:userId>?</v0012:userId>
<!--Optional:-->
<v0012:userIdType>?</v0012:userIdType>
<!--Optional:-->
<v0012:role>?</v0012:role>
<!--Optional:-->
<v0012:entitlements>
<!--Zero or more repetitions:-->
<v0012:entitlement>?</v0012:entitlement>
</v0012:entitlements>
<!--Optional:-->
<v0012:timestamp>?</v0012:timestamp>
<!--Optional:-->
<v0012:isReplyExpected>?</v0012:isReplyExpected>
<!--Optional:-->
<v0012:intermediaryService>
<v0012:name>?</v0012:name>
<v0012:operation>?</v0012:operation>
<v0012:version>?</v0012:version>
</v0012:intermediaryService>
<!--Optional:-->
<v0012:rulesBag>
<!--Optional:-->
<v0012:sets>
<!--Zero or more repetitions:-->
<v0012:set>
<v0012:name>?</v0012:name>
<!--Optional:-->
<v0012:sets/>
<v0012:attributes>
<!--Zero or more repetitions:-->
<v0012:attribute>
<v0012:name>?</v0012:name>
<v0012:value>?</v0012:value>
<v0012:type>?</v0012:type>
</v0012:attribute>
</v0012:attributes>
</v0012:set>
</v0012:sets>
<!--Optional:-->
<v0012:attributes>
<!--Zero or more repetitions:-->
<v0012:attribute>
<v0012:name>?</v0012:name>
<v0012:value>?</v0012:value>
<v0012:type>?</v0012:type>
</v0012:attribute>
</v0012:attributes>
</v0012:rulesBag>
</v0011:osaRequestHeader>
<v0011:retrieveCriteria>
<!--Optional:-->
<v0013:ids>
<!--Zero or more repetitions:-->
<v0014:id>
<!--You have a CHOICE of the next 2 items at this level-->
<!--Optional:-->
<v0014:cedPartyId>?</v0014:cedPartyId>
<!--Optional:-->
<v0014:partyAltIdentifier action="?">
<!--Optional:-->
<v0014:type id="?" srcSystem="CED" desc="?"/>
<!--Optional:-->
<v0014:value>?</v0014:value>
</v0014:partyAltIdentifier>
</v0014:id>
</v0013:ids>
<!--Optional:-->
<v0013:uris>
<!--Zero or more repetitions:-->
<v0014:uri>
<!--Optional:-->
<v0014:type id="?" srcSystem="CED" desc="?"/>
<!--Optional:-->
<v0014:value>?</v0014:value>
</v0014:uri>
</v0013:uris>
<v0013:pathExpression>?</v0013:pathExpression>
<!--Optional:-->
<v0013:srcSystems>
<!--Zero or more repetitions:-->
<v0015:srcSystem>?</v0015:srcSystem>
</v0013:srcSystems>
</v0011:retrieveCriteria>
</v0011:retrieveRequest>
</v001:xxxxx>
</soapenv:Body>
</soapenv:Envelope>