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

Reply via email to