Duncan,

Thanks for the input. We're trying to incorporate the WSDL generation into
another automated process, so manually generating it with the NetBeans IDE
probably won't work for us. I have however, tried using the WsGen tool as
well, and I noticed a different problem, the generated WSDL didn't indicate
that the operations threw any Faults at all. They were missing from the WSDL
completely. Does anyone else have any other thoughts or ideas?

Ben

On 12/20/07, Thomson, Duncan <[EMAIL PROTECTED]> wrote:
>
> >-----Original Message-----
> >From: Ben Reif [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, December 18, 2007 5:34 PM
> >To: [email protected]
> >Subject: [Axis2] Java2WSDL with JAX-WS and JAXB annotations
> >
> >Hi,
> >
> >As I understand it, now the best way to re-use your existing
> >code is to use the JAX-WS and JAXB annotations and then run
> >your code through the Axis2 Java2WSDL utility passing in the
> >"-sg" argument with the value "
> >org.apache.axis2.jaxbri.JaxbSchemaGenerator". ....in theory should be
> >portable to other platforms and tools as well.
> >
>
> FYI, Netbeans has very nice JAX-WS and JAXB support, and does a very
> nice job of annotation processing.  Note that if you use this you don't
> need Axis at all - instead of Java2WSDL the Netbeans IDE uses a
> different set of tools - wsgen and wsimport, if I remember correctly.
> You can also launch these tools directly yourself, and perhaps they are
> available within other IDEs, I'm not sure.
>
> Anyway, the point is, as far as I can tell, with these tools, there's
> really no need for Axis2.  Perhaps someone else will explain why it's
> needed, but I don't see it.
>
> Duncan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to