Using DataHandler/MTOM?
http://www.jroller.com/gmazza/date/20071102
Glen
Am Donnerstag, den 07.02.2008, 14:34 +0100 schrieb
[EMAIL PROTECTED]:
> Hi,
>
> I'm developing a simple webservice which can take any object as input that
> implements java.io.serializable and can return any of those:
>
> @WebService
> public interface SOAPService {
> Object call(Object parameter);
> }
>
> How can I tell cxf that it should transfer this parameter as simple
> serializable attachement?
>
> Regards,
> Heinrich Wendel
>
>
> ----------------------------------------------------------------
> Deutsches Zentrum für Luft- und Raumfahrt e.V.
> in der Helmholtz-Gemeinschaft
>
> Simulation und Softwaretechnik (SISTEC)
>
> Heinrich Wendel
>
> Linder Höhe
> 51147 Köln
> Telefon: 02203 601-3305
> E-Mail: mailto:[EMAIL PROTECTED]
> Internet: http://www.dlr.de
>