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:
<Response>
<Entity>
<definition>XXX</definition>
<attributes>
<attribute name="XXX"/>
</attributes>
</Entity>
</Response>
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,
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:
<Response>
<Entity>
<definition>XXX</definition>
<attributes>
<attribute name="XXX"/>
</attributes>
</Entity>
</Response>
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.
Please sign in to leave a comment.
Comments 1