
Anonymous
Not applicable
2015-03-26
04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
191 Views
3 Replies

Anonymous
Not applicable
2015-03-27
12:13 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
191 Views

Anonymous
Not applicable
2015-03-27
11:04 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your response.
Using Talend ESB , Can I write SOAP/REST Services that can run on tomcat Server instead of talend native method ?
Using Talend ESB , Can I write SOAP/REST Services that can run on tomcat Server instead of talend native method ?
191 Views

Anonymous
Not applicable
2015-03-27
10:48 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
BR
Shong
191 Views
