Re: How to Serialize/Deserialize to/from file(For testing)

2004-05-24 Thread aa bb
Ok -- New Direction trying the following: AxisEngine ae = new AxisServer().getClientEngine(); FileReader reader = new FileReader(new File("//var//tmp/goodResponse/goodResponse.xml")); InputSource is = new InputSource(reader); MessageContext mc = new MessageC

RE: How to Serialize/Deserialize to/from file(For testing)

2004-05-24 Thread aa bb
Should be ? I am needing to tie type of processing into an ejb, I can flip a property on the config and have it use a utility to read in an xml file and deserialize to the Axis generated classes, unknown to the presentation side of things... Yet, How ? Thus fare I have the following, yet the respon

RE: How to Serialize/Deserialize to/from file(For testing)

2004-05-24 Thread Pridemore, Russell (MAN-Corporate)
Should be fairly straightforward to modify the tcpmon code included with axis to provide the caching behavior for when the host is unreachable... Russ -Original Message- From: aa bb [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 4:13 PM To: [EMAIL PROTECTED] Subject: How to Serializ