Re: CXF - WSDL : Newbie question

2009-06-25 Thread xpsytor
Nice. I know where to start looking then. Thanks!! --- On Wed, 6/24/09, Daniel Kulp wrote: From: Daniel Kulp Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.org Cc: "xpsytor" Date: Wednesday, June 24, 2009, 4:29 PM Both are related to JAXB spec.   For 2, JAXB

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
2009/6/24 xpsytor : > Will take a look at the link you've mentioned here. > > About the method definitions for returned class, I'm sorry - I should have > probably said definition for my getter and setter methods. Yes, they - > including the constructor isn't genera

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
Hi Daniel, Yes, I'm using the default JAXB. >From what you said, looks like @XmlSeeAlso might do the trick. I'm checking >this pronto! Thanks. Chris. --- On Wed, 6/24/09, Daniel Kulp wrote: From: Daniel Kulp Subject: Re: CXF - WSDL : Newbie question To: users@cxf.apache.

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
ObjectFactory class does have a newInstance() for returned class but its pretty much useless as the returned class is abstract. Chris --- On Wed, 6/24/09, Andrew Clegg wrote: From: Andrew Clegg Subject: Re: CXF - WSDL : Newbie question To: "xpsytor" Cc: users@cxf.apache.org Date: Wedne

Re: CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
Thanks Andrew. Yes, I believe in contract first development as well. Since I'm annotating an existing application I already get a cxf published wsdl to begin with, so I have no control over the stubs which are generated unless I make modification in the wsdl. The problem is like this - the Serv

CXF - WSDL : Newbie question

2009-06-24 Thread xpsytor
Hello group! I am new to using CXF and have run into initial hiccups. Using JAX-WS styled notations I have deployed my services on tomcat in testing env. For consumption, I generated local stubs using the published wsdl. The problem is that not all classes are getting generated and some of them