SOAP Request - Issue with the output format returned by the web service

Perfect! Could you now put this as input to a For Each loop:

output.return.CustId

And set the argument of that loop to OSCPWSImplService.CustIdInfo

Then add write line to that loop and do item.tostring.

Hi, I tried the same thing. item.ToString printing “OSCPWSImplService.CustIdInfo

1 Like

Awesome. If everything went as it should, after you type item and add a dot ., it should auto complete you a few options. Some of them should have a blue icon and be actual things inside of your object. This is how you can finally gain access to the strings (hopefully).

If you’re not sure, please post a screenshot of the autocomplete intellisense options that show when you type item.

Hi, Thank you so much for your advice. Finally able to resolve my query.

1 Like

Hi, In the same approach if possible can you please share any one example with RestServices