No idea about Spring WS... But following articles will give u a general idea about MTOM & SwA as well as how to use them in Axis2. MTOM & SwA are two methods to send/receive binary data with web services..
http://ws.apache.org/axis2/1_4_1/mtom-guide.html http://wso2.org/library/1148 http://wso2.org/library/1675 thanks, Thilina On Tue, Aug 26, 2008 at 7:22 PM, Deepal jayasinghe <[EMAIL PROTECTED]>wrote: > thomas2004 wrote: > > What I am going to do is: > > > > I get some datas from client and will return/transfer/response an JPG or > PDF > > file to the client. Is it possible? > > > You mean at the server side you receive a request from a client , that > SOAP message contains binary data like JPG or PDF file. And you need to > send that back to the client ? > > So far I understand, the WS can only transfer XML-file. Is that right? > Any > > example or infos? > > > Nope WS is to send and receive SOAP messages (most of the cases) , but > one can send binary data with the message. And they use approaches like > MTOM and base64 for that. > > If you can explain about your problem somewhat more , then I would be > able to give you a better answer than this. > > Thank you! > Deepal > > Regards > > > > Thomas > > > > > -- > Thanks, > Deepal > ................................................................ > http://blogs.deepal.org/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com
