Calling a webservice and exporting XML

0
Hi All, I am tasked with calling a webservice and exporting XML generated from user input. I was able to generate an XML document, but I'm not sure how I can actually export this to the webservice. Can anyone give me an idea of how this is done? Is it as simple as replacing the download file activity in my microflow with the call web service action? Thanks!
asked
1 answers
1

Andrew,

If you have the xml as string variable you can use this in the call web service action by setting the body of the request to custom and replace the content with your variable contianing the xml (like in a message with the {1} replacements)

answered