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 Fedorov Vladimir <VF...@korusconsulting.ru> on 2005/09/01 19:27:03 UTC

How to put wsdl file inside aar archive

Hello!

As I understand axis2 doesn't generate wsdl file for the web-service to
expose:
http://marc.theaimsgroup.com/?l=axis-user&m=112490757512845&w=2

But if I want to do it, where should I put my wsdl file in the aar archive?
I tried to put it in all the folders inside the aar archive, but the servlet
container Tomcat5.0 still says "WSDL is NOT found".

Please help


Re: How to put wsdl file inside aar archive

Posted by Gordon Gekko <di...@tiscalinet.it>.
Hi!

You should put it in the META-INF directory and rename it sevice.wsdl.

Cheers,

Diego



Fedorov Vladimir wrote:
> Hello!
> 
> As I understand axis2 doesn't generate wsdl file for the web-service to
> expose:
> http://marc.theaimsgroup.com/?l=axis-user&m=112490757512845&w=2
> 
> But if I want to do it, where should I put my wsdl file in the aar archive?
> I tried to put it in all the folders inside the aar archive, but the servlet
> container Tomcat5.0 still says "WSDL is NOT found".
> 
> Please help
> 
>