axis call now gives java.net.SocketTimeoutException
axis call now gives java.net.SocketTimeoutException
- Subject: axis call now gives java.net.SocketTimeoutException
- From: Baiss Eric Magnusson <email@hidden>
- Date: Wed, 5 Apr 2006 20:13:07 -0700
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden