Andreas,
 
It sounds that example 3 has not been deployed on your server. To determine if a service has been deployed, you can go to http://localhost:8080/axis (assuming you have installed your app server on port 8080) then click on the "View" tab to view all the deployed services. If you don't see the service method of example 3 then use the ClientAdmin to deply the service.
 
Hope this helps.
Tony.

Andreas Roppel <[EMAIL PROTECTED]> wrote:
Hi Tony,
 
thanks for your reply.
I took another example, because with this example you need a network connection and this bring perhaps some problems.
The userguide example2 (Calculator) worked.
Now I have a problem with example3 (% java samples.userguide.example3.Client "test me!")
I get an error, that there is no target service to invoke.
 
Do you have an idea,
thanks,
andi
 
----- Original Message -----
From: Tony Blair
Sent: Tuesday, February 17, 2004 7:30 PM
Subject: Re: Problem with running example with apache axis

Hi there,
 
Is your app server (i.e. TomCat) running?
 
Regards,
Tony.

Andreas Roppel <[EMAIL PROTECTED]> wrote:
Hi,
I have set the axisclasspath in the runtimenvironment like you said, but now comes another errormessage:
"java.net.ConnectException: Connection refused: connect"
 
What can I do?
thanks
----- Original Message -----
Sent: Tuesday, February 17, 2004 2:30 PM
Subject: RE: Problem with running example with apache axis

Put . in your classpath:

 

set axisclasspath=.;%axisclasspath%

 

works for me

 

Roger

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 17 February 2004 13:18
To: [EMAIL PROTECTED]
Subject: Problem with running example with apache axis

 

Hi,

sorry when message is double.

 

I have a problem to run an example from http://ws.apache.org/axis/java/user-guide.html?

 

See the cmd:

-------------------------------------------------------------------------------------------------------------------------------

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

 

C:\axis-1_1>java -cp %axisclasspath% samples.userguide.example1.TestClient
Exception in thread "main" java.lang.NoClassDefFoundError: samples/userguide/example1/TestClient

 

C:\axis-1_1>echo %axisclasspath%
C:\axis-1_1\lib\axis.jar;C:\axis-1_1\lib\commons-discovery.jar;C:\axis-1_1\lib\commons-logging.jar;C:\axis-1_1
\lib\jaxrpc.jar;C:\axis-1_1\lib\saaj.jar;C:\axis-1_1\lib\log4j-1.2.8.jar;C:\axis-1_1\lib\xml-apis.jar;C:\axis-
1_1\lib\xercesImpl.jar

 

C:\axis-1_1>echo %axis_home%
C:\axis-1_1

 

C:\axis-1_1>echo %tomcat_home%
C:\Tomcat4.1

 

C:\axis-1_1>echo %path%
.;C:\j2sdk1.4.2_03\bin;C:\j2sdk1.4.2_03;C:\axis-1_1;C:\ant-1.6.0\bin;C:\jwsdp-1.3\bin;C:\jwsdp-1.3;C:\WINDOWS\
system32;C:\WINDOWS;C:\WINDOWS\system32\wbem

-----------------------------------------------------------------------------------------------------------------------------------

 

Does somebodey know, why I'm getting the exception?

 

regards,

chiliman


Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online


Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online

Reply via email to