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