Iīve deployed it with AdminService, the Problem remains the same.

I have now installed Tomcat 5.0.28, included AXIS and.... Nothing has changed!! I still canīt deploy any WS. Great.

Is there any alternative to AXIS?

>From: jayachandra <[EMAIL PROTECTED]>
>Reply-To: jayachandra <[EMAIL PROTECTED]>
>To: Alexander Lukas <[EMAIL PROTECTED]>
>Subject: Re: Problem Deploying WS (server-config.wsdd)
>Date: Mon, 20 Sep 2004 15:03:15 +0530
>
>Just once try to deploy via AdminService i.e.
>
>java org.apache.axis.client.AdminClient
>-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
>
>Hope to help,
>jayachandra
>
>On Mon, 20 Sep 2004 09:15:33 +0000, Alexander Lukas
><[EMAIL PROTECTED]> wrote:
> > No, the AxisServlet class is in the Jar-File.
> >
> > If there is no other solution, I will probably have to use another
> > Tomcat-version. Iīve tried to avoid that, because itīs a lot of work. But
> > thanks anyway.
> >
> > >From: jayachandra <[EMAIL PROTECTED]>
> > >Reply-To: jayachandra <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: Problem Deploying WS (server-config.wsdd)
> > >Date: Mon, 20 Sep 2004 14:24:52 +0530
> > >
> > >In the axis.jar that you might be having just see if you have
> > >org.apache.axis.transport.http.AxisServlet class. You could probably
> > >get this erroroneous behaviour, if that file is missing. Just check
> > >that. In case you don't have, resort to latest axis.jar
> > >
> > >HTH
> > >Jayachandra
> > >
> > >On Sat, 18 Sep 2004 13:16:15 +0000, Alexander Lukas
> > ><[EMAIL PROTECTED]> wrote:
> > > > Hi!
> > > >
> > > > Iīve problems to deploy my Web Services. Iīm using AXIS 1.1,
> > Tomcat 4.0.4
> > > > (canīt use another version of tomcat, because iīve to develop WS
> > for an
> > > > existing project) and JAVA 1.4.1 (i have to use this version)
> > under Linux.
> > > > Iīm able to install AXIS without any problems, the happyaxis-JSP
> > works fine,
> > > > no errors.
> > > >
> > > > Iīve created a WS (WEB-INF/classes in the AXIS-Directory in
> > Tomcat) and a
> > > > WSDD-File:
> > > >
> > > > <deployment
> > > > xmlns="http://xml.apache.org/axis/wsdd/"
> > > >
> > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
> > > >
> > > > <service name="AttachmentService"
> > provider="java:RPC">
> > > > <parameter name="allowedMethods"
> > value="*"/>
> > > > <parameter name="className"
> > value="myservices.AttachmentService"/>
> > > > </service>
> > > > </deployment>
> > > >
> > > > I can deploy it with "java org.apache.axis.client.AdminClient
> > > > myservices/AttachmentService.wsdd".
> > > > ==>
> > > > Processing file myservices/AttachmentService.wsdd
> > > > <Admin>Done processing</Admin>
> > > >
> > > > The Service-Part of my WSDD-File is now included in the
> > > > server-config.wsdd.... BUT: When i try to get the list of deployed
> > services
> > > > (http://localhost:8080/axis/servlet/AxisServlet), i can only see
> > the title
> > > > "And now... Some Services". Nothing more!! No Services
> > and no WSDL-Files are
> > > > listed!
> > > >
> > > > Iīve made a backup of the original server-config.wsdd file
> > > > (/WEB-INF/server-config.wsdd). When i replace the changed file
> > with the
> > > > original and restart tomcat, the existing standard-services
> > (AdminService
> > > > and Version) are listet correctly. I even tried to add the lines
> > > > (<services...>) manually, but it didnīt work!
> > > >
> > > > I can still get the WSDL-Description of the Services AdminService
> > and
> > > > Version (http://localhost:8080/axis/services/Version?wsdl), but
> > not the
> > > > Description of my new WS! ... very strange: i donīt even get an
> > AXIS-Error
> > > > (http://localhost:8080/axis/services/AttachmentService?wsdl)....
> > only a
> > > > blank page. When i change the URL to ...AttachmentService2?wsdl
> > for example,
> > > > iīm getting an Error (AXIS error, Could not generate WSDL!, There
> > is no SOAP
> > > > service at this location), like i should.
> > > >
> > > > I tested it with other different new WS, the problem remains the
> > same.
> > > >
> > > > Why doesnīt it work?
> > > >
> > > > Thanks,
> > > > A.L.
> > > >
> > > > _________________________________________________________________
> > > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > > > http://join.msn.com/?page=features/virus
> > > >
> > > >
> > >
> > >
> > >
> > >--
> > >-- Jaya
> >
> >
> >
> > _________________________________________________________________
> > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > http://join.msn.com/?page=features/virus
> >
> >
>
>
>
>--
>-- Jaya


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




Reply via email to