Hi Samisa, Which issue covers this problem?
I want to make my web services handle both SOAP and REST, so I'm using generic nodes for my arguments and return values. But I'm thinking if I can get WSDL2Code to generate data structures from the WSDL, I could then use those to help with my parsing of the XML tree. I could either use the data structures to hold the data, or if there is parsing code generated I could use that as well. Is it possible for WSDL2Code to generate code with generic XML nodes to support both REST and SOAP, but also generate the code that parses the generic nodes and get all the data out and into the custom data structures? I am currently writing this code by hand (traversing the XML tree and pulling out the data structures). Thanks! -Dave. -----Original Message----- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 6:26 PM To: Apache AXIS C User List Subject: Re: [Axis2][Fwd: using <WSDL2Code -l c> generates some java & some C code... Help need] Sharad Baronia wrote: > Hi Samisa, > > Is it going to be part of Axis2 1.1 rc1 nightly build? > I am afraid not - this issues is still pending :( Samisa... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
