HTTPS POST Requirements

Hello,

I have an internal client app that’ll be posting xml data to IS flow service via HTTPS. I just want to confirm a few requirements.

IS flow service: processTest
IS flow servince input: inputData (node object)
URL: http://tech.forums.softwareag.com:port/invoke/report.service:processTest

I just want to confirm that the input of the flow service could be name anything just as long the input is a node object. Also, is the url correct or should it be:

http://tech.forums.softwareag.com:port/invoke/report.service:processTest?inputData

There are multiple ways XML can be posted to an IS service. Refer to the XML Services Developer’s Guide for details. Specific input variable names must be used.

That guide also has the syntax needed for the URL.

[url]http://tech.forums.softwareag.com/invoke/report.service/processTest[/url] (note the : is replaced with / )

Thanks Reamon. That documentation was exactly what I needed.