Re: Get xml for Object generated with wsdl2java

2005-10-28 Thread Vishist Mandapaka
HI Kurt,     This is exactly the functionality I am looking for. I want to integrate JAXB with Axis 1.2. Can you let me know whether it is possible? If so, all I need is the serializer/Deserializer information. I would appreciate if you provide me a code sample of it. thanks vishist.On 10/

RE: Get xml for Object generated with wsdl2java

2005-10-27 Thread Ebert, Chris
: axis-user@ws.apache.org Subject: RE: Get xml for Object generated with wsdl2java Thanks Meghan I appreciate it and I'll look into it. Of the 35 xml sites we transmit/receive from, 30 simply create strings. It's painfull...but...SOAP is simply insane these days. So...I'm putting a motio

RE: Get xml for Object generated with wsdl2java

2005-10-27 Thread Kurt Olsen
l. And yes, pun intended! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 10:46 AM To: [EMAIL PROTECTED] Subject: Get xml for Object generated with wsdl2java Have you looked at JAXB? Much easier to generate and get an XML snippet, if

Get xml for Object generated with wsdl2java

2005-10-27 Thread Kurt Olsen
Folks, I’m on a tight deadline, I’m trying to talk to ebay – we use java 5 and axis 1.2 -  they don’t  So I can’t just ‘use’ soap – errors everywhere. But….I can use wsdl2java to generate java objects from the ebay schema.  Given these objects – can anybody tell me exactly how to generate