RE: Deserializing XML w/o using client stubs

2004-10-01 Thread tom ONeill
:) Tom From: "Michael Binz" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Deserializing XML w/o using client stubs Date: Wed, 29 Sep 2004 17:24:17 +0200 (MEST) Tom, > Yes we are going to work with generated stubs. All I

RE: Deserializing XML w/o using client stubs

2004-09-29 Thread Michael Binz
Tom, > Yes we are going to work with generated stubs. All Im > confused about now is > what Axis1.2 offers that supercedes the need to manually > register the datat > type class (i.e. will mean that I dont have to use reflection > to instantiate > the stub for my dataclass and then retrive

RE: Deserializing XML w/o using client stubs

2004-09-29 Thread tom ONeill
exist and what is the new magic that means that I dont have to manually do the registration. Cheers, Tom From: "Michael Binz" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Deserializing XML w/o using client stubs Date:

RE: Deserializing XML w/o using client stubs

2004-09-29 Thread Michael Binz
Tom, > The XML string which I receive is generated by a mainframe > application which > does a conversion between an old proprietary data format and XML. > > In your code you mention that it is not necessary to register > Axis classes > explicitly in Axis 1.2 - that Axis 1.2 can do this > d

RE: Deserializing XML w/o using client stubs

2004-09-28 Thread tom ONeill
looking for :) Regards, Tom From: "Michael Binz" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Deserializing XML w/o using client stubs Date: Tue, 28 Sep 2004 10:45:08 +0200 (MEST) Tom, you're not saying for which version of Axis you need a solut

RE: Deserializing XML w/o using client stubs

2004-09-28 Thread Michael Binz
Tom, you're not saying for which version of Axis you need a solution, and how the XML string that you receive is generated. The code below is a complete example that we use to serialise and deserialise Axis-generated classes. We use this code to write WebService requests to files that can be lat