Soap Client request result showing as System.Data.DataTable

I am using “Soap client” to make get an Xml result from a web service. The request returns without error, but when I try to Write line the string, the Output shows “System.Data.DataTable” instead of the Xml string. Any ideas?

I was working from the weather soap example, btw.

Can you refer this and see if you are doing the same

1 Like

Your example does work, thanks. Is there any way to view the actual SOAP request sent from UIPath Studio?