cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service with attachments

Former Member
0 Kudos

Hello,

I have to call a web service frm XI which returns attachement.

I am able to get attachment in XI.

I need to display this attachment in JSP.

But HTTP adapter does not support attachments.

I have exposed XI web service but I dont know how to send a SOAP Request from JSP (deployed on Tomcat) and display attachment.

Please help.

Thanks in advance,

Beena.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

did you try using AXIS apis to do this? it is one of the simplest implementations for web service client progs..

Former Member
0 Kudos

Thanks Amol,

I tried AXIS APIs to write webservice client for XI web service and marked keep attchments in SOAP sender and receiver channels.

& it is working.

However do you know how to read attchements in the client generated by NWDS?

Thanks,

Beena.

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

<a href="http://radio.weblogs.com/0132036/2003/12/11.html">Web Service Tip: JSPs Calling Web Services</a>

Regards,

Henrique.