• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
axis call now gives java.net.SocketTimeoutException
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: axis call now gives java.net.SocketTimeoutException
      • From: Chuck Hill <email@hidden>
    • Re: axis call now gives java.net.SocketTimeoutException
      • From: "Jerry W. Walker" <email@hidden>
  • Prev by Date: Re: Problem of Building project converted from Objective C
  • Next by Date: Re: Letting the user enter the compound primary key in D2W
  • Previous by thread: Re: Code sense w/ Xcode 2.2 (2.x?)
  • Next by thread: Re: axis call now gives java.net.SocketTimeoutException
  • Index(es):
    • Date
    • Thread