You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "Schneider, Thomas" <Th...@gedas.de> on 2000/08/07 21:24:22 UTC

RE: SOAP Exception /Testing samples.calculator

I think, the stockquote server mostly is down..

As far as my testing samples.calculator is concerned: 

Yes, I read the readme file included with Apache's SOAP samples.

There it says nothing about additional client requirements for the
calculator.

Now I'll include the bsf.jar & bsfengines.jar.

By the way: are we talking about the _same_ README? Please let me know if in
your "rpcrouter.jsp" there's also a line saying

'com.ibm.soap.server.InvokeBSF' ..?

Thomas

-----Original Message-----

From: Patrick Pham [mailto:ppham@netdrive.com]

Sent: Monday, August 07, 2000 12:51 PM

To: soap-user@xml.apache.org

Subject: RE: Testing samples.calculator

 

Did you read the readme file for Calculator example?. I saw there are couple

.jar files needed for this exmaple.

 

Additional Client Classpath Requirements:

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

../..;bsf.jar;bsfengines.jar;js.jar

This demo requires the 2 Bean Scripting Framework (BSF) jars (bsf.jar &

bsfengines.jar), available for download at:

http://www.alphaworks.ibm.com/tech/bsf

and Netscape's Rhino JavaScript jar (js.jar) available for download at:

http://www.mozilla.com/rhino

NOTE: The current release of BSF (v2.1) requires the v1.4R3 release of

Netscape's Rhino JavaScript. It will not function with Rhino v1.5.

 

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

-----Original Message-----
From: Patrick Pham [mailto:ppham@netdrive.com]
Sent: Monday, August 07, 2000 1:12 PM
To: soap-user@xml.apache.org
Subject: SOAP Exception


I'm trying to run stockquote sample. But I had this error. Anyone has any
idea about this. I'll bee greatly appreciate that. Thanks
 
 
java samples.stockquote.GetQuote
http://localhost:80/xml-soap/webapps/rpcrouter/rpcrouter.jsp
<http://localhost:80/xml-soap/webapps/rpcrouter/rpcrouter.jsp>  ibm
[SOAPException: faultCode=SOAP-ENV:Client; msg=error opening socket:
Connection refused; targetException=java.lang.IllegalArgumentException:
error opening socket: Connection refused]
        at org.apache.soap.transport.http.SOAPHTTPConnection.send(Compiled
Code)
        at org.apache.soap.rpc.Call.invoke(Compiled Code)
        at samples.stockquote.GetQuote.main(Compiled Code)
 
 
 
I'm running with Linux RH6.1, Apache 1.3.12