Issues calling SOAP service using Call WebService

Hi all,

Good day.

But with respect to one integration, we are facing multiple issues as below:

1. Output of the webservice is not getting set. Even simple data types(Boolean, Text) are not getting set. Strangely, users from different region were able to set. It still does not work for me after multiple attempts. At the same time, I'm able to configure the same thing for a different service.

2. Response from the service is a repeating CDT with contains some values (a,b,c) as normal data types along with another CDT which is a repeating type.

 responseList(array)

          value1 (Boolean)

          value2 (Text)

          value3 (repeating CDT with structure as key, value, type)

I need a way to run through all the responses from responseList and also for each item in the responseList, need the value of the CDT(key, value, type)

I used "CAST" on the child CDT but is not casting as expected. Only the 1st value gets set.

Any pointers around it would be very helpful.

Thanks....

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data