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 MArtin Schumacher <ma...@keineantwort.de> on 2004/07/28 18:09:00 UTC

Adding axis to my own WebApp

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

Re: Adding axis to my own WebApp

Posted by Roslan Amir <ro...@xybase.com>.
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
>