Author Message
Ganesan
Joined: May 27, 2015
Messages: 5
Offline
I am able to pass value to web service via connector

using request ...
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns3:GET_BOOKING_INFO xmlns:ns3="http://ivr"><ns3:booking_ref_no>7322914</ns3:booking_ref_no><ns3:ipdate>0327</ns3:ipdate></ns3:GET_BOOKING_INFO></soapenv:Body></soapenv:Envelope>


getting response as follows, could not get it into IVR variable


<ns1:GET_BOOKING_INFOResponse xmlns:ns1="http://ivr" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<GET_BOOKING_INFOReturn xmlns:ns2="http://xml.apache.org/xml-soap" xsi:type="ns2:Map">
<item xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<key xsi:type="soapenc:string">MINIMUMBALANCEDUE</key>
<value xsi:type="soapenc:string">0</value>
</item>
<item>
<key xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">RESERVATION_NO</key>
<value xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">R_17004245</value>
</item>
<item>
<key xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">RESULT</key>
<value xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">0</value>
</item>
<item>
<key xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">TOTALBALANCEDUE</key>
<value xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:double">0.0</value>
</item>
<item>
<key xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">TOTALBOOKINGVALUE</key>
<value xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:decimal">3853.53</value>
</item>
<item>
<key xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:string">FINALDUEDATE</key>
<value xsi:type="xsd:dateTime">2015-05-12T09:35:56.701Z</value>
</item>
</GET_BOOKING_INFOReturn>
</ns1:GET_BOOKING_INFOResponse>
</soapenv:Body></soapenv:Envelope>


AS the values are coming as key value pair, how to take it to OD variables. ?
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi, you've got the wrong forum. This one is for Engagement Development Platform, which is a different platform than Experience Portal / Orchestration Designer. The OD forum is here: http://www.devconnectprogram.com/forums/forums/show/15.page
Ganesan
Joined: May 27, 2015
Messages: 5
Offline
Thanks , I posted in OD Forum
Go to:   
Mobile view