Hello All,
I would like to know what is the ideal method to pass XML data to webMethods which will execute my flow service directly. The web developer ask me how he should pass the XML data:
- FORMS collection. <form> element. Something like <input>
- Or the entire XML message.
He’s going to do an HTTP post to execute my flow service. If we chose option 1, my flow service input will be the variablename? If we chose option 2, my flow service input will be a single string? I tried option 2 but wasn’t able to get it working properly. In my flow service, I define a single string as the input and then I do a “stringToDocument” but it failed. I’m just confuse how everything is suppose to work. Please advise.
#webmethods-Protocol-and-Transport#Integration-Server-and-ESB#webMethods