Hi All, We are currently trying to use the Call Web Service smart ser

Hi All,

We are currently trying to use the Call Web Service smart service but are struggling a little with the syntax that needs to be passed in through the Data Input field.

Below is the xml we edit in SOAP UI to test it without any issue:
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/.../"
<soapenv:Header/>
<soapenv:Body>
<pun:updateABCatCode>
<pun:catRecordListIn>
<pun:catRecordList>
<!--Zero or more repetitions:-->
<pun:item>
<pun:addressNumber>123456</pun:addressNumber>
<pun:catCodeList>
<!--Zero or more repetitions:-->
<pun:item>
<pun:catCode>AC01</pun:catCode>
<pun:catCodeValue>02</pun:catCodeValue>
</pun:item>
</pun:catCodeList>
</pun:item>
</pun:catRecordList>
</...

OriginalPostID-63594

OriginalPostID-63594

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Have you configured the WSDL URL and Operation inputs in Setup tab of Call Web Service node? If yes, are you able to see the request appearing in the Inputs tab.
    You should be able to expand the request to see the elements in the request. You can map each of the elements to process variables, constants, rules and such by clicking on the element and selecting the PV,constant or rule in the Value field appearing on the right side of the window. Hope this gives some clarity.
    To know more about how Call Web Service node should be set up, you can refer Appian Documentation - forum.appian.com/.../Call_Web_Service_Smart_Service
Reply
  • 0
    Certified Lead Developer
    Have you configured the WSDL URL and Operation inputs in Setup tab of Call Web Service node? If yes, are you able to see the request appearing in the Inputs tab.
    You should be able to expand the request to see the elements in the request. You can map each of the elements to process variables, constants, rules and such by clicking on the element and selecting the PV,constant or rule in the Value field appearing on the right side of the window. Hope this gives some clarity.
    To know more about how Call Web Service node should be set up, you can refer Appian Documentation - forum.appian.com/.../Call_Web_Service_Smart_Service
Children
No Data