You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Marcey, Joel I" <jo...@intel.com> on 2000/06/23 20:43:24 UTC

Problems With Demo: IBM SOAP 1.2 / Tomact

> Greetings,
> 
> Well I am at my wits end. I cannot for the life of me get IBM's StockQuote
> demo working. 
> 
> I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03. 
> I have deployed (correctly I am assuming), the StockQuoteService using the
> IBM-SOAP deployment tool.
> 
> When I run the GetQuote class, here is the error I get:
> --------------------------------------------------------------------------
> ----
> 
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server
>   Fault String = Operation timed out: no further information
> 
> HERE IS THE WAY I AM RUNNING IT:
> 
> The Tomcat classpath is as follows:
> ----------------------------------------------------
> 
> C:\jakarta-tomcat\bin>startup
> Starting tomcat in new window
> Using classpath:
> c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
> -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> at\lib
> \xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> -SOAP-
> 1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> .jar;c
> :\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> Servic
> e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
> 
> The classpath when I run GetQuote is:
> --------------------------------------------------------
> 
> c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> .2\lib
> \pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> IBM-SO
> AP-1.2\
> 
> I am running GetQuote the following way:
> -----------------------------------------------------------
> C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
> 
> 
> I am running TomCat and the demo from 2 separate command windows. The only
> thing I can think of is that I am not setting the classpath right, but I
> have tried so many combinations. I followed the instructions in the
> release notes and StockQuote README (I think).
> 
> Any thoughts here?
> 
> Thanks!
> Joel Marcey
> 
> 


RE: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Timothy Ng <ti...@hoki.com>.
Hi,

I am hitting a problem whilst attempting to run the apache xml-soap which
supercedes the IBM soap 1.2. I am running the StockQuote demo as below but I
am getting and error:

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
  Fault String = Unable to resolve target object: Unable to load class
samples.stockquote.StockQuote
Service

as far as I can tell I have the classpaths set as suggested but it still
doesn't seem to work, any suggestions?

Cheers.

Tim Ng


-----Original Message-----
From: Sanjiva Weerawarana [mailto:sanjiva@watson.ibm.com]
Sent: Sunday, June 25, 2000 9:50 AM
To: soap-dev@xml.apache.org
Subject: Re: Problems With Demo: IBM SOAP 1.2 / Tomact


Hi Joel,

Is your machine on the net and can it go out (if you're behind a
firewall)? The StockQuote demo goes out to a real machine somewhere
to get a real quote. If that doesn't work, then you'll get this
error. Also, that server has gone down every once in a while (its
just some place I found .. so I'm not even certain its legit to
include that site in a demo).

If you look at the code in StockQuote.java you'll see what its
doing (its like 10 lines of code).

Hope this helps,

Sanjiva.

----- Original Message -----
From: "Marcey, Joel I" <jo...@intel.com>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Friday, June 23, 2000 2:43 PM
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> > Greetings,
> >
> > Well I am at my wits end. I cannot for the life of me get IBM's
StockQuote
> > demo working.
> >
> > I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> > I have deployed (correctly I am assuming), the StockQuoteService using
the
> > IBM-SOAP deployment tool.
> >
> > When I run the GetQuote class, here is the error I get:
>
> --------------------------------------------------------------------------
> > ----
> >
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server
> >   Fault String = Operation timed out: no further information
> >
> > HERE IS THE WAY I AM RUNNING IT:
> >
> > The Tomcat classpath is as follows:
> > ----------------------------------------------------
> >
> > C:\jakarta-tomcat\bin>startup
> > Starting tomcat in new window
> > Using classpath:
> > c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
>
> -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> > at\lib
> >
\xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> > -SOAP-
> >
1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> > .jar;c
> >
:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> > Servic
> > e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
> >
> > The classpath when I run GetQuote is:
> > --------------------------------------------------------
> >
> >
c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> > .2\lib
> >
\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> > IBM-SO
> > AP-1.2\
> >
> > I am running GetQuote the following way:
> > -----------------------------------------------------------
> > C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> > http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
> >
> >
> > I am running TomCat and the demo from 2 separate command windows. The
only
> > thing I can think of is that I am not setting the classpath right, but I
> > have tried so many combinations. I followed the instructions in the
> > release notes and StockQuote README (I think).
> >
> > Any thoughts here?
> >
> > Thanks!
> > Joel Marcey
> >
> >
>



RE: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Timothy Ng <ti...@hoki.com>.
Hi,

I am hitting a problem whilst attempting to run the apache xml-soap which
supercedes the IBM soap 1.2. I am running the StockQuote demo as below but I
am getting and error:

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
  Fault String = Unable to resolve target object: Unable to load class
samples.stockquote.StockQuote
Service

as far as I can tell I have the classpaths set as suggested but it still
doesn't seem to work, any suggestions?

Cheers.

Tim Ng


-----Original Message-----
From: Sanjiva Weerawarana [mailto:sanjiva@watson.ibm.com]
Sent: Sunday, June 25, 2000 9:50 AM
To: soap-dev@xml.apache.org
Subject: Re: Problems With Demo: IBM SOAP 1.2 / Tomact


Hi Joel,

Is your machine on the net and can it go out (if you're behind a
firewall)? The StockQuote demo goes out to a real machine somewhere
to get a real quote. If that doesn't work, then you'll get this
error. Also, that server has gone down every once in a while (its
just some place I found .. so I'm not even certain its legit to
include that site in a demo).

If you look at the code in StockQuote.java you'll see what its
doing (its like 10 lines of code).

Hope this helps,

Sanjiva.

----- Original Message -----
From: "Marcey, Joel I" <jo...@intel.com>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Friday, June 23, 2000 2:43 PM
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> > Greetings,
> >
> > Well I am at my wits end. I cannot for the life of me get IBM's
StockQuote
> > demo working.
> >
> > I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> > I have deployed (correctly I am assuming), the StockQuoteService using
the
> > IBM-SOAP deployment tool.
> >
> > When I run the GetQuote class, here is the error I get:
>
> --------------------------------------------------------------------------
> > ----
> >
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server
> >   Fault String = Operation timed out: no further information
> >
> > HERE IS THE WAY I AM RUNNING IT:
> >
> > The Tomcat classpath is as follows:
> > ----------------------------------------------------
> >
> > C:\jakarta-tomcat\bin>startup
> > Starting tomcat in new window
> > Using classpath:
> > c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
>
> -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> > at\lib
> >
\xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> > -SOAP-
> >
1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> > .jar;c
> >
:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> > Servic
> > e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
> >
> > The classpath when I run GetQuote is:
> > --------------------------------------------------------
> >
> >
c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> > .2\lib
> >
\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> > IBM-SO
> > AP-1.2\
> >
> > I am running GetQuote the following way:
> > -----------------------------------------------------------
> > C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> > http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
> >
> >
> > I am running TomCat and the demo from 2 separate command windows. The
only
> > thing I can think of is that I am not setting the classpath right, but I
> > have tried so many combinations. I followed the instructions in the
> > release notes and StockQuote README (I think).
> >
> > Any thoughts here?
> >
> > Thanks!
> > Joel Marcey
> >
> >
>



Re: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
Hi Joel,

Is your machine on the net and can it go out (if you're behind a
firewall)? The StockQuote demo goes out to a real machine somewhere
to get a real quote. If that doesn't work, then you'll get this
error. Also, that server has gone down every once in a while (its
just some place I found .. so I'm not even certain its legit to
include that site in a demo).

If you look at the code in StockQuote.java you'll see what its
doing (its like 10 lines of code).

Hope this helps,

Sanjiva.

----- Original Message -----
From: "Marcey, Joel I" <jo...@intel.com>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Friday, June 23, 2000 2:43 PM
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> > Greetings,
> >
> > Well I am at my wits end. I cannot for the life of me get IBM's StockQuote
> > demo working.
> >
> > I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> > I have deployed (correctly I am assuming), the StockQuoteService using the
> > IBM-SOAP deployment tool.
> >
> > When I run the GetQuote class, here is the error I get:
> > --------------------------------------------------------------------------
> > ----
> >
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server
> >   Fault String = Operation timed out: no further information
> >
> > HERE IS THE WAY I AM RUNNING IT:
> >
> > The Tomcat classpath is as follows:
> > ----------------------------------------------------
> >
> > C:\jakarta-tomcat\bin>startup
> > Starting tomcat in new window
> > Using classpath:
> > c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
> > -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> > at\lib
> > \xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> > -SOAP-
> > 1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> > .jar;c
> > :\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> > Servic
> > e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
> >
> > The classpath when I run GetQuote is:
> > --------------------------------------------------------
> >
> > c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> > .2\lib
> > \pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> > IBM-SO
> > AP-1.2\
> >
> > I am running GetQuote the following way:
> > -----------------------------------------------------------
> > C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> > http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
> >
> >
> > I am running TomCat and the demo from 2 separate command windows. The only
> > thing I can think of is that I am not setting the classpath right, but I
> > have tried so many combinations. I followed the instructions in the
> > release notes and StockQuote README (I think).
> >
> > Any thoughts here?
> >
> > Thanks!
> > Joel Marcey
> >
> >
>


Re: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
Hi Joel,

Is your machine on the net and can it go out (if you're behind a
firewall)? The StockQuote demo goes out to a real machine somewhere
to get a real quote. If that doesn't work, then you'll get this
error. Also, that server has gone down every once in a while (its
just some place I found .. so I'm not even certain its legit to
include that site in a demo).

If you look at the code in StockQuote.java you'll see what its
doing (its like 10 lines of code).

Hope this helps,

Sanjiva.

----- Original Message -----
From: "Marcey, Joel I" <jo...@intel.com>
To: <so...@xml.apache.org>; <so...@xml.apache.org>
Sent: Friday, June 23, 2000 2:43 PM
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> > Greetings,
> >
> > Well I am at my wits end. I cannot for the life of me get IBM's StockQuote
> > demo working.
> >
> > I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> > I have deployed (correctly I am assuming), the StockQuoteService using the
> > IBM-SOAP deployment tool.
> >
> > When I run the GetQuote class, here is the error I get:
> > --------------------------------------------------------------------------
> > ----
> >
> > Ouch, the call failed:
> >   Fault Code   = SOAP-ENV:Server
> >   Fault String = Operation timed out: no further information
> >
> > HERE IS THE WAY I AM RUNNING IT:
> >
> > The Tomcat classpath is as follows:
> > ----------------------------------------------------
> >
> > C:\jakarta-tomcat\bin>startup
> > Starting tomcat in new window
> > Using classpath:
> > c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
> > -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> > at\lib
> > \xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> > -SOAP-
> > 1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> > .jar;c
> > :\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> > Servic
> > e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
> >
> > The classpath when I run GetQuote is:
> > --------------------------------------------------------
> >
> > c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> > .2\lib
> > \pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> > IBM-SO
> > AP-1.2\
> >
> > I am running GetQuote the following way:
> > -----------------------------------------------------------
> > C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> > http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
> >
> >
> > I am running TomCat and the demo from 2 separate command windows. The only
> > thing I can think of is that I am not setting the classpath right, but I
> > have tried so many combinations. I followed the instructions in the
> > release notes and StockQuote README (I think).
> >
> > Any thoughts here?
> >
> > Thanks!
> > Joel Marcey
> >
> >
>


RE: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Kartheek Hirode <ka...@centegy.com>.
Joel,
Try using these settings (in both Tomcat and Client windows).
I have the same configuration as yu, so this should work
assuming all other things are equal (such as Deployment etc)

set JAVA_HOME=C:\....YOUR JAVA HOME
set IBM_SOAP_HOME=C:\....Your SOAP HOME

set CLASSPATH=%JAVA_HOME%\lib;%JAVA_HOME%\bin;.\
set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;

set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\IBM-SOAP.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\pop3.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\smtp.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\xmisoap.jar
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\GetQuote.class
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\StockQuoteService.c
lass
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\GetQuoteSMTP.class
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\addressbook\GetAddress.class

set CLASSPATH=C:\.......YOUR XERCES
HOME.......\xerces-1_0_3\xercesSamples.jar;%CLASSPATH%;
set CLASSPATH=C:\.......YOUR XERCES
HOME.......\xerces-1_0_3\xerces.jar;%CLASSPATH%;

G'luck,
Kartheek


-----Original Message-----
From: Marcey, Joel I [mailto:joel.i.marcey@intel.com]
Sent: Friday, June 23, 2000 11:43 AM
To: 'soap-user@xml.apache.org'; 'soap-dev@xml.apache.org'
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> Greetings,
>
> Well I am at my wits end. I cannot for the life of me get IBM's StockQuote
> demo working.
>
> I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> I have deployed (correctly I am assuming), the StockQuoteService using the
> IBM-SOAP deployment tool.
>
> When I run the GetQuote class, here is the error I get:
> --------------------------------------------------------------------------
> ----
>
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server
>   Fault String = Operation timed out: no further information
>
> HERE IS THE WAY I AM RUNNING IT:
>
> The Tomcat classpath is as follows:
> ----------------------------------------------------
>
> C:\jakarta-tomcat\bin>startup
> Starting tomcat in new window
> Using classpath:
> c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
> -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> at\lib
> \xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> -SOAP-
> 1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> .jar;c
> :\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> Servic
> e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
>
> The classpath when I run GetQuote is:
> --------------------------------------------------------
>
> c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> .2\lib
> \pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> IBM-SO
> AP-1.2\
>
> I am running GetQuote the following way:
> -----------------------------------------------------------
> C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
>
>
> I am running TomCat and the demo from 2 separate command windows. The only
> thing I can think of is that I am not setting the classpath right, but I
> have tried so many combinations. I followed the instructions in the
> release notes and StockQuote README (I think).
>
> Any thoughts here?
>
> Thanks!
> Joel Marcey
>
>


RE: Problems With Demo: IBM SOAP 1.2 / Tomact

Posted by Kartheek Hirode <ka...@centegy.com>.
Joel,
Try using these settings (in both Tomcat and Client windows).
I have the same configuration as yu, so this should work
assuming all other things are equal (such as Deployment etc)

set JAVA_HOME=C:\....YOUR JAVA HOME
set IBM_SOAP_HOME=C:\....Your SOAP HOME

set CLASSPATH=%JAVA_HOME%\lib;%JAVA_HOME%\bin;.\
set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;

set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\IBM-SOAP.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\pop3.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\smtp.jar;
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\lib\xmisoap.jar
set CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\GetQuote.class
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\StockQuoteService.c
lass
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\stockquote\GetQuoteSMTP.class
set
CLASSPATH=%CLASSPATH%;%IBM_SOAP_HOME%\samples\addressbook\GetAddress.class

set CLASSPATH=C:\.......YOUR XERCES
HOME.......\xerces-1_0_3\xercesSamples.jar;%CLASSPATH%;
set CLASSPATH=C:\.......YOUR XERCES
HOME.......\xerces-1_0_3\xerces.jar;%CLASSPATH%;

G'luck,
Kartheek


-----Original Message-----
From: Marcey, Joel I [mailto:joel.i.marcey@intel.com]
Sent: Friday, June 23, 2000 11:43 AM
To: 'soap-user@xml.apache.org'; 'soap-dev@xml.apache.org'
Subject: Problems With Demo: IBM SOAP 1.2 / Tomact


> Greetings,
>
> Well I am at my wits end. I cannot for the life of me get IBM's StockQuote
> demo working.
>
> I am using IBM SOAP 1.2, Tomcat 3.1, Xerces 1.03.
> I have deployed (correctly I am assuming), the StockQuoteService using the
> IBM-SOAP deployment tool.
>
> When I run the GetQuote class, here is the error I get:
> --------------------------------------------------------------------------
> ----
>
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server
>   Fault String = Operation timed out: no further information
>
> HERE IS THE WAY I AM RUNNING IT:
>
> The Tomcat classpath is as follows:
> ----------------------------------------------------
>
> C:\jakarta-tomcat\bin>startup
> Starting tomcat in new window
> Using classpath:
> c:\xerces-1_0_3\xerces.jar;c:\jakarta-tomcat\classes;c:\jakarta
> -tomcat\lib\webserver.jar;c:\jakarta-tomcat\lib\jasper.jar;c:\jakarta-tomc
> at\lib
> \xml.jar;c:\jakarta-tomcat\lib\servlet.jar;c:\jdk1.3\lib\tools.jar;;c:\IBM
> -SOAP-
> 1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1.2\lib\pop3.jar;c:\IBM-SOAP-1.2\lib\smtp
> .jar;c
> :\IBM-SOAP-1.2\lib\xmisoap.jar;c:\IBM-SOAP-1.2\demos\stockquote\StockQuote
> Servic
> e.class;c:\IBM-SOAP-1.2;c:\IBM-SOAP-1.2\demos\stockquote
>
> The classpath when I run GetQuote is:
> --------------------------------------------------------
>
> c:\xerces-1_0_3\xerces.jar;;c:\IBM-SOAP-1.2\lib\IBM-SOAP.jar;c:\IBM-SOAP-1
> .2\lib
> \pop3.jar;c:\IBM-SOAP-1.2\lib\smtp.jar;c:\IBM-SOAP-1.2\lib\xmisoap.jar;c:\
> IBM-SO
> AP-1.2\
>
> I am running GetQuote the following way:
> -----------------------------------------------------------
> C:\IBM-SOAP-1.2\demos\stockquote>java demos.stockquote.GetQuote
> http://localhost:8080/ibm-soap/rpcrouter.jsp IBM
>
>
> I am running TomCat and the demo from 2 separate command windows. The only
> thing I can think of is that I am not setting the classpath right, but I
> have tried so many combinations. I followed the instructions in the
> release notes and StockQuote README (I think).
>
> Any thoughts here?
>
> Thanks!
> Joel Marcey
>
>