You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2004/10/11 10:11:20 UTC

Fwd: [wsm]does xmlbeans replace Axis's java2wsdl?

fyi


---------- Forwarded message ----------
From: jcolwell@speakeasy.net <jc...@speakeasy.net>
Date: Mon, 11 Oct 2004 03:56:55 +0000
Subject: Re: [wsm]does xmlbeans replace Axis's java2wsdl?
To: Beehive Developers <be...@incubator.apache.org>


Excellent question, the intent is to create an implementation of
JSR-181 with a core that is not dependent on any particular Web
Service stack but can be integrated with one or more web service
stacks to provide annotation support.

To answer your question more directly, using the wsdl.WSDLProcessor,
one can create an instance of our WSM object model from a WSDL and
vice-versa but we have yet to write code to support the actual java
generating portion required for a true WSDL2Java tool.  In the case of
java2WSDL, it is unclear whether it makes sense to use XmlBeans to
write out the WSDL unless the types used within that WSDL are
themselves XmlBeans rather than arbitrary Java types.

I have been using these utilities within wsdl.WSDLProcessor in our drt
testing to verify that the AXIS specific components are functioning as
intended but have been focusing on getting the AXIS integration
working so we have a functioning annotated web service before worrying
about the details of an AXIS independent java2WSDL/WSDL2Java tool.

Cheers,

Jonathan




-----Original Message-----
From: patrick huang [mailto:patrick_huang_926@yahoo.com.cn]
Sent: Sunday, October 10, 2004 09:41 AM
To: beehive-dev@incubator.apache.org
Subject: [wsm]does xmlbeans replace Axis's java2wsdl?

Hi all, hi michael, hi wolfgang
in wsdl.WSDLProcessor use xmlbeans parse wsdl, and I have got a
question: is the method fromWebServiceMetadata() used for java-->wsdl?
and that means no need for  Axis's java2wsdl/wsdl2java?

thanks in advance

patrick huang

---------------------------------
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!



-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: [wsm]does xmlbeans replace Axis's java2wsdl?

Posted by Srinath Perera <he...@gmail.com>.
Chatura; may be something worth while to discuss in Axis2[WSDL] discussions
Thanks
Srinath


On Mon, 11 Oct 2004 04:11:20 -0400, Davanum Srinivas <da...@gmail.com> wrote:
> fyi
> 
> ---------- Forwarded message ----------
> From: jcolwell@speakeasy.net <jc...@speakeasy.net>
> Date: Mon, 11 Oct 2004 03:56:55 +0000
> Subject: Re: [wsm]does xmlbeans replace Axis's java2wsdl?
> To: Beehive Developers <be...@incubator.apache.org>
> 
> Excellent question, the intent is to create an implementation of
> JSR-181 with a core that is not dependent on any particular Web
> Service stack but can be integrated with one or more web service
> stacks to provide annotation support.
> 
> To answer your question more directly, using the wsdl.WSDLProcessor,
> one can create an instance of our WSM object model from a WSDL and
> vice-versa but we have yet to write code to support the actual java
> generating portion required for a true WSDL2Java tool.  In the case of
> java2WSDL, it is unclear whether it makes sense to use XmlBeans to
> write out the WSDL unless the types used within that WSDL are
> themselves XmlBeans rather than arbitrary Java types.
> 
> I have been using these utilities within wsdl.WSDLProcessor in our drt
> testing to verify that the AXIS specific components are functioning as
> intended but have been focusing on getting the AXIS integration
> working so we have a functioning annotated web service before worrying
> about the details of an AXIS independent java2WSDL/WSDL2Java tool.
> 
> Cheers,
> 
> Jonathan
> 
> -----Original Message-----
> From: patrick huang [mailto:patrick_huang_926@yahoo.com.cn]
> Sent: Sunday, October 10, 2004 09:41 AM
> To: beehive-dev@incubator.apache.org
> Subject: [wsm]does xmlbeans replace Axis's java2wsdl?
> 
> Hi all, hi michael, hi wolfgang
> in wsdl.WSDLProcessor use xmlbeans parse wsdl, and I have got a
> question: is the method fromWebServiceMetadata() used for java-->wsdl?
> and that means no need for  Axis's java2wsdl/wsdl2java?
> 
> thanks in advance
> 
> patrick huang
> 
> ---------------------------------
> Do You Yahoo!?
> 150万曲MP3疯狂搜,带您闯入音乐殿堂
> 美女明星应有尽有,搜遍美图、艳图和酷图
> 1G就是1000兆,雅虎电邮自助扩容!
> 
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
>