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
Hi,
Have you been successful with the process? I'm trying to get the Result of the Call Web Service, but I still do not get it, in the process I define a Text type variable to which I assign the "Result" but it still does not work. What I can do? , thank you if you can give me an idea
Hi Jorge,
Please check if the target pv which you set for the output is set properly. Or you can try creating a new custom output where you can provide your required ac value in expresssion and save that into required pv.Hope this helps.