If I want to invoke from a browser a wM service that requires as input an xml file (*node) how do I have to name the variable that contains the data using post method. Should it be name node or can be anything else.
Hi,
when I tried to do that I used the variable name “xmldata”.
However I had serveral problems getting the data to wM so I had to use a textarea field (see below) – but that worked just fine!
Hope that helps,
Holger.
<?xml version="1.0" encoding="UTF-8"?> your xml-data
I believe if you name your field “$xmldata” instead of just “xmldata”, that you shouldn’t have any problems.