On Mon, Dec 22, 2008 at 12:54 PM, Shehan Simen <[email protected]> wrote:
> Hi, > > I would like to know how far Axis2 supports JAX-WS. > > Metro fully uses JAX-WS. If I want to use jax-ws, is there any reason that > I should select axis2 instead of Metro? > > The reason to use Jax-ws is that I can use jaxb separately in other > projects to validate the xml files. And then feed those xml files to the web > service directly, then for sure I know that there won't be any mismatch > between the xml syntax. > > > > If I use ADB instead of JAXB, can I guarantee that I can pass an xml > document to the web service, which is validated against JAXB? > One option here is to use the jaxbri data binding with the wsdl2java tool. (-d jaxbri) then you have the jaxbri code for data binding. > Or is there a way that I can validate an xml document against ADB separate > from web service? It is also a viable option for me. (to select axis2 > instead of Metro) > > > > Please axis2 gurus, reply me. > > > > Thanks. > > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
