Web service call saved as csv

0
Hi All,   We currently have an integration running with an external partner and it would be really useful to have the actual files they send over saved in some way to verify what data was sent over and if something went wrong during processing of said data.   Is there a way to do this?  Thanks!
asked
1 answers
1

Hi Martin,

 

How do you receive the file? If it's in the response of your request, you can go to the Soap response tab of your Web service activity and Store the response in a variable. You can then use the StringToFile Java action from CommunityCommons to store the string to a file.

 

Kind regards,

 

Tijmen 

answered