Re: Using the BeanSerializer directly to serialize & deserializeover another protocol

2002-12-03 Thread Marco Schulze
Marco Schulze wrote: xmlJavaMapReg.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("urn:xml-soap-testsoap", "transobj"), config.getClass(), beanSerializer, beanSerializer ); //** Do I really have to register each member object that I want to //** transfer here??? Is

Re: Using the BeanSerializer directly to serialize & deserializeover another protocol

2002-12-03 Thread Marco Schulze
Scott Nichol wrote: Your objective, as I understood it, was to serialize Java objects as XML over a proprietary protocol. You have written the protocol already (right?), so all you want to do is serialize Java objects as XML. Given technologies such as JAXB and Castor that were created to do ex

Re: Using the BeanSerializer directly to serialize & deserializeover another protocol

2002-12-02 Thread Marco Schulze
Dear Scott, thank you very much for your quick response! I will take a look at Castor and JAXB tomorrow or later this week (I'm very busy). Do you have any special reason why you recommend to use another solution instead of SOAP? Is it easier to use? Or is it more efficient? Best regards, Marc