I make the following call, which used to work,

        String endpoint =  "http://services.xmethods.com:80/soap";;
org.apache.axis.client.Call call = (org.apache.axis.client.Call) service.createCall(); call.setOperationName( new javax.xml.namespace.QName( "urn:xmethods- delayed-quotes", "getQuote" ));
        ...
        Float ret = (Float) call.invoke( new Object[] { stockSymbol } );

and the <call.invoke> throws a <java.net.SocketTimeoutException>.

I upped the JavaMonitor <Lifebeat Interval> to <300> and still get the error, I used to be able to run most of the time with an interval of <60>.

I'm not able to test on the development machine as the <call.invoke> throws a
        (502) Proxy Error
so there must be some setup done on the MacOSX server that is not done on a simple MacOSX box.

----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to