Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Building the job as Axis webservice

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
Labels (4)
3 Replies
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

Thanks for your response.
Using Talend ESB , Can I write SOAP/REST Services that can run on tomcat Server instead of talend native method ?
Anonymous
Not applicable
Author

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