cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Adapter with Attachments

Former Member
0 Kudos

Hello,

I have a scenario where I need to call web service from web Application.

The Web service returns an attachment which has to be displayed in web appIication. It will be a synchronous call.

Can I use Soap Sender Adapter for Web Application --> XI and Soap Receiver adapter for XI --> Web service to receive attachment?

Or Can I use a java proxy , the web application is deployed on Tomcat.

Thanks in advance,

Beena.

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Both Proxies and SOAP adapters support attachments.

Can you provide more details on this web application? Can it be customized to trigger data to XI using Webservices of XI , if yes, use SOAP adapter , if no use proxies.

Regards

Bhavesh

Former Member
0 Kudos

Thanks Bhavesh,

The web application is JSP hosted on Tomcat.

I was planning to expose the interface in XI as web service and write client for it in JSP.

I am not sure if I can use Sender Proxies here.

Do I need to install Java Proxy runtime on Tomcat if I use Proxies?

Thanks,

Beena.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You are doing a perfect think..There is no need of proxy.

Regards

Hemant