Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Am using tWebService component to call a SOAP web service. One of the input parameter for the web service is a list object . I need to pass a string value to this parameter.
I tried assigning the value in the tMap component as well but have not been able to assign successfully.
Can you please help and let me know what needs to be done to assign the string value to the list and whether it should be done in the tMap component ot tWebService component.
Hello,
Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
Trying to use the tWebservice to call a SAOP web service. One of the parameters in the payload is a list object.
When using the tMap component to assign values to this parameter , I need to assign a string value. I am unable to assign string value to this list object in the payload of the web service.