Axis looks for a file called server-config.wsdd in the WEB-INF
directory.
You could use the deploy tools that come with axis, or write the file
manually.
An example file:
<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
xmlns:bao="http://www.topicus.nl/parnassys";>
        <globalConfiguration>
                <!--global config is optional, see manual for default
values-->
        </globalConfiguration>
        <!-- some handlers and beanmappings -->
        <service name="JWSTest" provider="java:RPC" style="rpc"
use="encoded" >
                <parameter name="className"
value="nl.topicus.bao.web.webservices.JWSTest"/>
                <parameter name="allowedMethods" value="*"/>
                <parameter name="scope" value="Application"/>
                <namespace>http://www.topicus.nl/parnassys</namespace>
        </service>
<!--some transport tags -->
</deployment>

Hope this Helps,

Maurice Marrink


-----Oorspronkelijk bericht-----
Van: Roslan Amir [mailto:[EMAIL PROTECTED] 
Verzonden: dinsdag 3 augustus 2004 6:26
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Adding axis to my own WebApp

Try this URL: http://hostname:8080/yourapp/services/AdminService instead

of http://hostname:8080/axis/services/AdminService. It works for me.

Roslan

MArtin Schumacher wrote:
> Hi,
> 
> I try to deploy a Webservice in my Bea WebLogic Server. I build a war 
> with all needed files, added the libraries of axis, added the web.xml
of 
> the axis WEB-INF, but I have no idea how to tell the Axis-Servlet
about 
> my WSDD.
> 
> Any hints?
> 
> Thanks for your help,
> 
>     MArtin
> 

Reply via email to