Re: Question on getFirstChildWithName(qName) within an iterator?

2007-05-03 Thread Martin Gainty
Craig- you may have a constraint on your WSDL for maxOccurs =1 for the element you are anticipating will be a list Please post the wsdl to verify Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email

Re: Question on getFirstChildWithName(qName) within an iterator?

2007-05-02 Thread Paul Fremantle
Craig There are some options that might be interesting: * JIBX allows you to bind to existing POJOs by specifying a simple binding file * ADB has a helper mode where it will generate POJOs and leave the XML gorp in other files. * JAXB generates pretty clean nice POJOs. Paul On 5/2/07,

RE: Question on getFirstChildWithName(qName) within an iterator?

2007-05-02 Thread Hickman, Craig
Thanks, but I resolved the issue: see code below* Craig Hickman, Sr. Architect ADP Working with the previous Axis1 I was able to write a very easy implementaion for a ServiceRouter and ServiceProcessor that worked for exposing all my services through a properties lookup and hiding the Axis1

RE: Question on getFirstChildWithName(qName) within an iterator?

2007-05-01 Thread Sampige, Srinivas
Craig, I have just completed a similar task of hiding AXIS2 complexities for other developers. The only difference being, I am not hand coding the webservice part as you are doing. I have written wrapper classes around the generated code, written ant scripts to neatly take care of code generation