Joe:

When you are using Instant Deployment to deploy your web service all you have to do is copy the .java file to webapp directory of Tomcat ( or whatever Servlet Engine) by renaming it to .jws
Then you try accessing 
http://localhost:8080/axis/StockQuoteService.jws?WSDL

When you do instant deployment you can only see the WSDL for the service. Then you can generate the Java files etc for your client program using WSDL2Java tool.

Let me know if you need anything else

Thank You,

-- Siva

 
Joe always try to reply to [EMAIL PROTECTED], that way even if I mislead some one in the group will correct me.
 




-----Original Message-----
From: Joe Susai [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 28, 2002 11:49 AM
To: [EMAIL PROTECTED]
Subject: RE: Problem with servlet engine config file - in Release 1.0


Hi Siva,
I tried to deploy StockQuoteService... by running
AdminClient which generated the server-config.wsdd.
But, when I try
http://localhost:8080/axis/StockQuoteService.jws, it
comes up with "page not found". I guess, I am missing
something here. Thanks for your help.
-Joe Susai

--- "Jagadeesan,Sivakumar"
<[EMAIL PROTECTED]> wrote:
> Yah!!
> Now it makes sense.
> When I deployed my first Web Service, that error
> disappeared. So Nilasoft do
> not worry about that error, it is working good. If
> you need any help, let me
> know , I just succeeded in deploying a web service.
> I can send you my
> example.
>
> rgds,
> --Siva
>
>
> -----Original Message-----
> From: Paolo Paganotto
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 28, 2002 10:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with servlet engine config file
> - in Release 1.0
>
>
> You get that error because you haven't any
> server-config.wsdd file in the
> %catalinahome%/webapps/axis/WEB_INF/ directory. This
> file is automatically
> generated when you deploy some services with the
> org.apache.axis.client.AdminClient command, for
> example.
> This error won't avoid you to use services deployed
> instantly, such as the
> .jws files
> Try http://localhost:8080/axis/Calculator.jws?wsdl
> and you should see the
> .wsdl file
>
>
> > Hi,
> >
> > I just downloaded Release 1.0. I tried to do the
> > instant deployment as described in user's guide.
> > When I tried the
> > http://localhost:8080/axis/Calculator.jws
> > I get the following error on my tomcat console.
> >
> > [INFO] Registry - -Loading registry information
> > [INFO] Registry - -Creating new Registry instance
> > [INFO] Registry - -Creating MBeanServer
> > [INFO] Http11Protocol - -Initializing Coyote
> HTTP/1.1
> > on port 8080
> > Starting service Tomcat-Standalone
> > Apache Tomcat/4.1.12
> > [INFO] Http11Protocol - -Starting Coyote HTTP/1.1
> on
> > port 8080
> > [INFO] ChannelSocket - -JK2: ajp13 listening on
> tcp
> > port 8009
> > [INFO] JkMain - -Jk running ID=0 time=10/110
> > config=C:Tomcat 4.1in..confj
> > k2.properties
> > - Problem with servlet engine config file:
> > /WEB-INF/server-config.wsdd
> >
> > I tried to create the server-config manually and
> it
> > did not help. Appreciate any help on this.
> > Thanks.
> > -nilasoft
> >
>
>


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

Reply via email to