Hi Nicholas ,
If you look at axis2 web.xml there you can find a commented parameter as
follows, please uncomment that and give a valid path name for that (it
should be an absolute path). Or you can create a file called conf under
WEB-INF directory and drop your axis2.xml there.
<!--<param-name>axis2.xml.path</param-name>-->
Wsdl file should go as marked below;
> Hi,
>
> I have a legacy web application that I deploy straight into the
> webapps dir of my container (Jetty). I build with maven2 and have
> axis2 as a dependency, and use it to handle the SOAP interaction. I
> don't use the Axis2 administration web application. So directory
> layout is different than if deployed using the axis2 web app:
> {container}/webapps/{webappname}/
> -wsdl
> |- Command.wsdl
> -META-INF
> -WEB-INF
| conf
| axis2.xml
> |- web.xml
> |- classes
> |- lib
> |- services
> |- Command
> |- META-INF
> |- services.xml
| myWsdl.wsdl
>
> Two questions:
> 1. Where would I put an axis2.xml in this layout? I want to
> configure the SOAPMonitor.
> 2. Where should the wsdl file go. The web service is working, but
> the ?wsdl query is not.
>
> Regards,
> Nick
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]