You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Denis Schlesinger <sc...@ecs-gmbh.de> on 2005/08/24 16:04:38 UTC

[Axis2] Generating WSDL files from Java classes

Hi!

 

After I have implemented my web service classes I wonder how to generate
the WSDL files from these with Axis2. In Axis 1.2 it was possible via
Java2WSDL or the dynamic generation when adding "?wsdl" to the web
service URL.

 

Any help appreciated!

 

Denis


Re: [Axis2] Generating WSDL files from Java classes

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Denis,

Java2WSDL support in Axis2 is yet to be implemented.

BTW you can use "?wsdl" option to see the wsdl of service IF the
relevant WSDL file was made available within the service.aar as
"service.wsdl"

Thanks,
Ruchith

On 8/24/05, Denis Schlesinger <sc...@ecs-gmbh.de> wrote:
>  
>  
> 
> Hi! 
> 
>   
> 
> After I have implemented my web service classes I wonder how to generate the
> WSDL files from these with Axis2. In Axis 1.2 it was possible via Java2WSDL
> or the dynamic generation when adding "?wsdl" to the web service URL. 
> 
>   
> 
> Any help appreciated! 
> 
>   
> 
> Denis 


-- 
Ruchith