Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Nicolas6
Contributor
Contributor

XML RPC with named parameters - options

hello,

there is a service by a third party organisation providing XML RPC to our Talend Jobs to collect data.

however, the connection is failing via 'tXml_rpcInput' with error:

Missing parameter

While trying to troubleshoot this error, i have also added two 'optional' parameters;

there was no difference - error persisted

However, in the documentation for this service has the following information:

   Our Services uses named parameters, but XML-RPC uses positional parameters, so by convention the XML-RPC calls place all the named parameters as fields in a struct, which is the first (and only) parameter of the XML-RPC request.

? does Talend have a 'named parameters' option in tXml_RpcInput ? if not, as suspected;

what is the alternative?

thanks,

Labels (5)
0 Replies