Re: Deserialization from a file

2004-01-30 Thread Yves Langisch
combination with axis, but we do for instance to translate VO's to xml Greetz Leo -Oorspronkelijk bericht- Van: Yves Langisch [mailto:[EMAIL PROTECTED] Verzonden: vrijdag, januari 2004 14:20 Aan: [EMAIL PROTECTED] Onderwerp: Re: Deserialization from a file I'm still trying to deserial

RE: Deserialization from a file

2004-01-30 Thread Leo de Blaauw
Title: RE: Deserialization from a file Hi, Well its not a free library but we use jsx for serialisation and deserialisatin of java objects to xml and reverse. Not in combination with axis, but we do for instance to translate VO's to xml Greetz Leo -Oorspronkelijk bericht

Re: Deserialization from a file

2004-01-30 Thread Yves Langisch
I'm still trying to deserialize from a xml-file. What I have so far is: BeanDeserializer deser = (BeanDeserializer) SalaryDeclarationRequestType.getDeserializer(null, SalaryDeclarationRequestType.class, new javax.xml.namespace.QName("http://www.abc.ch/schemas/20031204/SalaryDeclarationConta

Deserialization from a file

2004-01-29 Thread Yves Langisch
Hi I have a document style web service and at the moment I'm writing some test cases for it. I now have created some testdata xml-files. These files contain exactly the body from the soap message. Now I'm looking for a way to 'deserialize' these files to get the object structure (the thing axi