How to export response natually from webseriveclient or else

Hi Master,

I come in and look for your help again :mrgreen:

Could I output the response body in nature format like what we achieved in SoapUI.

e.g.:

The response from SoapUI is like below:

XXX

Then is there any possibility to output that response body in the same format into a flat file in simple way via WebServiceClient?

Any other easy workaround is also acceptable.

Thanks,

Hi evanchen,

it is not possible. Only way is to compose SOAP request by yourself and use HttpClient for dispatch - then you will get response as text.