Hi , I'm currently building the job as Axis webservice. So far, the service is good to accept the string arguments.
Now I've a requirement to accept the XML content as a part of soap request. The XML content would be around 300 - 500 KB.
I'm not sure if I can use "context_param" in this case. Please suggest me the best of doing this in talend.
Thanks,
Srinivas N
Hi
With Talend Data Integration product, you can build the job as Axis webservice, pass a XML string as parameter to the web service, use a tExtractXMLFields to extract data from the XML string in the job. Talend open studio for ESB is a special product for building the web services, including SOAP web servcie and Rest web service, it allows you to build the web service to accept XML, json or other contents.
Best regards
Shong
There is a native application called Runtime used to deploy the services, the services created with Talend ESB are not designed to run on Tomcat server.
BR
Shong