Thank you Douglas.
Indeed the intention is to use HTTP/POST so the HTTP/GET example was just to clarify important parameters that for a given remote service are not changing regardless of the content of the XML payload. see in my post the part of the Get example ‘…?service=<name1>&<app=<name2>’.
Because of this I do not find it usable to specify in the IDL two constants parameters inside the XML payload and therefore I asked whether my idea to express those constants as Library->name1 & Program->name2 is not a better way, assuming that I can post those constants with the relevant XML payload to the remote gateway. Assuming that my idea is feasible, then how can I tell the XML RPC server from where to fetch this (Library & Program) parameters and to send them along with the XML payload in the Http/post request to the remote gateway.
Note: for each different service, this two parameters are changing (hence different Library & Program in the IDL) but for a given service they are constant for each request directed to the same service.
Since I thought that this is not feasible, I’ve also asked if there is a way to have the XML RPC server call an auxiliary java code that can massage the XML and return it to the XML RPC server to be posted correctly to the remote gateway - something along the lines I found here: http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite8-2_sp2/EntireX/8-2-SP2_EntireX/xmlWrapper/intro.htm
Also, I remember I once saw in the docs (but cannot find it now) the ability to use another invocation protocol “jar://…” which invokes jar file. Can you point me to the right place in the docs.
#Mainframe-Integration#EntireX#webMethods