Tagged Questions
0
votes
0answers
27 views
Timeout VB External Web Service
I have this code
Dim oService As New Service.ClientGEN()
AvailRS = oService.HotelAvailability(rq)
And I want to develope a timeout here because if i dont obtain availRS in, for example, 5 seconds ...
0
votes
1answer
28 views
Restricting the Web service request itself gets resubmitted after 5 minutes
the web service request for one of our java rest service gets submitted again from the client/browser after ever 5 minutes in case when the service is taking longer to execute.
Can we restrict this ...
0
votes
0answers
100 views
Periodical timeout uploading files with c# WCF client to java MTOM web service
I've been trying to locate the source of an exception we've encountered
periodically, and am hoping to find some enlightenment here. The issue
is that we're seeing periodic C# web client timeouts
...
0
votes
0answers
49 views
Is there a way to force a request to timeout whilst it is making an external web service call
We have a, ASP.Net web application that calls out to an external web service. We invoke the web service using WCF over HTTP.
Sometimes the external service takes ages (5 mins) to service a request.
...
1
vote
1answer
347 views
How to define timeout for webservice client in websphere
Our application is hosted in websphere, my webservice client (jax-ws) is making webservice call to remote server. I will need to define timeout for this webservice call. I tried different way to set ...
2
votes
0answers
34 views
WCF timeouts in SOME solutions
The problem is that when I create a new solution in VS2012 and add service reference of wcf, everything works fine. However, when I add the same service reference to one of my projects, the methods ...
0
votes
0answers
51 views
Set timeout of HTTP server, ndoeJS
I'm writing a little http server, and I want to set the timeout to a given value (no matter what request headers I get). Here's my attempt:
function connectionHandler(socket) {
...
0
votes
1answer
605 views
How to handle timeouts with NuSOAP in PHP?
I am using NuSOAP to consume a webservice for a payment gateway, however, the documentation for this gateway requires that:
If the doPayment() method takes more than 300 seconds, it should ...
0
votes
1answer
144 views
WCF Web Service Client Timeout Values
I am using a WCF web service client to send and receive SOAP messages from a non-WCF web service. I want to control timeouts but really confused by the different timeout settings presented on MSDN.
...
0
votes
0answers
71 views
Why is CONNECT_TIMEOUT defined in BindingProviderProperties?
I've posted the detailed question here
But no one answered. Just checking here.
Thanks
Meghana
2
votes
1answer
277 views
.asmx request timeout when returning a very large string
We have a couple of .asmx soap web services that handle communication between our web gui and our backend app server. Recently we went from running our Visual Studio 2010 solution in the built in web ...
0
votes
1answer
733 views
Android Connection TimeOut exception
Below is the code for which i am getting exception(Time out) please provide any solution or tutorial for the same. Using on 4.0.4 api level device
HttpClient client = new DefaultHttpClient();
...
0
votes
0answers
113 views
Tomcat 5.5 returning Error code 504
i am using a tomcat server 5.5. There are some webservice calls from that server to iis server.They are working fine, but one of the webservice call is not taking more than 2minutes to return a ...
1
vote
0answers
121 views
Can't connect to WebService after it's been idle until App Pool Recycle
I have a Webservice that is running on IIS and for the most part it works fine. I can call this webservice from a test web app just fine when it is first deployed. If I hit the webservice multiple ...
2
votes
0answers
135 views
webservice time out
i have a very weird case of web service time out.Below is what i set to prevent time out.
<system.web>
<compilation debug="false" tempDirectory="C:\.....temp\" />
<httpRuntime ...
1
vote
1answer
198 views
WCF Service cannot be opened - too many client calls
I have a WCF Web Service hosted in a Windows Service.
The service is configured using the following attributes (VB)
<ServiceBehavior(ConcurrencyMode:=ConcurrencyMode.Multiple,
...
0
votes
0answers
117 views
Android Ksoap2 Max Timeout
I have an Android app which calls to our web service which in turn queries our SQL server. The process works fine, but for some web service calls, the process is slower. I was getting an issue where ...
1
vote
1answer
480 views
“The operation has timed out” inconsisted timeout error from Web Service hosted in Azure
I have created a web service application hosted in Azure. The service process runs at about 10 minutes to complete and returns a single string with 2782 characters. The service timeout has already ...
1
vote
1answer
386 views
Operation timeout
I have this odd error: I even had put a limitless timeout trying to solve it. I say this is odd because it used to work just fine, but now, it does not work and I dont know the reason. The error:
...
0
votes
0answers
76 views
Best way to have “timed out” operations with web services?
I've got some web services that are going to be used by a web application to fetch data from and write to the database. There are some operations that can only be done by one user at a time, so the ...
1
vote
1answer
146 views
Web service method call times out, metadata request works fine
I have a WCF service which is not responding to method calls. On the client side, I get timeouts when I call any method.
Interestingly, when I update the reference on Visual Studio it works fine. It ...
2
votes
3answers
2k views
Why asp.net session is expired sooner than its timeout?
I have an Asp.net webservice. It has method M1. M1 creates a folder for each session. When a session is expired, I delete that folder in global.asax using the following code.
void Session_End(object ...
0
votes
0answers
373 views
ASMX Service Timeout
I know this has been asked like a hundred times before but I still haven't figured out what's wrong!
I have a very simple web service that works perfectly when invoked on the server but when I try to ...
0
votes
1answer
709 views
SocketTimeout exception while connecting to a webservice from Android Device(Device only not emulator)
I am able to successfully make call to a .net webservice from my android app. tested it with Emulator (2.2 apilevel 8 to 4.0.3 api level 15) and it worked great.
I am now trying to test the same code ...
1
vote
0answers
621 views
Axis2 Web Service client TimeOut Configurations
I have a web service which takes almost 5 minutes to run.
What I observed is my axis2 version 1.4 client doesnt wait for that much time and returns back. Thus my web service throws Broken Pipe.
I ...
0
votes
0answers
192 views
Passing timeout parameter to Axis2 Web service from Browser
I am calling axis2 web service from Browser and its working for me. i.e.
https://myUrl/mywebservice/services/TestWebService/urn:myWebserviceFunction
But in some cases I am getting timeout for ...
0
votes
0answers
59 views
PeriodicalExecuter real timeout
I've a page (page1.php) that calls another (page2.php). The page2.php calls a webservice and sometimes it spends so much time. I'd like to put a timeout in page1.php that shows an error if X seconds ...
0
votes
1answer
726 views
Adobe Flex 4.6 WebService request timeout
The code to get connected to my WebService (Lotus Notes Database) is created by the Flash Builder over "Data/Connect with WebService...". All works fine, but I have a problem to increase the request ...
1
vote
0answers
293 views
PHP timeout concept
I have a question for all the PHP folks
If I have a PHP execution timeout set to 30 seconds
and if the script calls a webservice, and the timeout for the web service is 60 seconds. Will I get a ...
1
vote
1answer
930 views
Increase ASP.NET 2.0 Web Services Timeout
I need to increase ASP .NET 2.0 web service timeout value due to copy/hash 4GB file by web service call. I did following configurations.
Set proxy timeout=7200000
in client code
At client machine ...
0
votes
1answer
141 views
Capture data on request timeout
I'm getting a lot of timeouts on an ashx page which handles file uploads in my web app. Is there a way I could capture the timeout and log some data about the upload to help me better understand what ...
1
vote
1answer
375 views
Tomcat Java Server Application Does Not Recover From Multiple Dependant java.net.SocketTimeoutExceptions
I have a Java/JSP web application served up by Tomcat that makes web service calls out to a partner web service to retrieve data. The technologies used in the partner service are unknown. The ...
2
votes
2answers
3k views
Timeout configuration for spring webservices with RestTemplate
I would like to configure a timeout on the client side for spring webservices using RestTemplate. I tried the following configuration :
<bean id="restTemplate" ...
0
votes
0answers
395 views
WebService Response Timeout Issue over https link
I have deployed the webservice on websphere 7.0 . I am using SOAPUI or similar utilities to test the webservice. The webservice takes about 5 mins for certain webservice call.
The SOAPUI or web ...
1
vote
1answer
592 views
Coldfusion consuming webservice -> java.net.SocketTimeoutException: connect timed out
I'm consuming a webservice over Coldfusion 9 for getting property data and saving the result to our local database. The script gets executed via scheduler once a day. The problem is that sometimes it ...
0
votes
2answers
290 views
Infinite function call, Recursion or Timer?
I'm working on a Java function that should be called infinitely. This function will call a web service that will return back results. Results are then parsed and analysed.
The function should not be ...
0
votes
2answers
807 views
Axis Connection Timeout
My Axis based client program tries to connect to a webservice, when the server is down I don't want to wait too much time . I want to wait max 3 seconds, So I need to set a timeout.
There is ...
0
votes
1answer
3k views
How to increase the timeout period of web service?
I've created one web service which is of asmx type. And I'm using my web service in the .net windows application.
Web method from the web service receives byte array conversion of the object & ...
3
votes
1answer
1k views
Read timeout on a web service, but the operation still completes?
I have a Java web service client running on Linux (using Axis 1.4) that invokes a series of web services operations performed against a Windows server. There are times that some transactional ...
0
votes
1answer
595 views
Fiddler - error when simulating modem speeds with Web Services
I have an application that pulls data from several web services.
The application is correctly using fiddler as a proxy for all these web service requests, and everything works as it should.
I would ...
4
votes
5answers
4k views
How to define client side timeout on an async ASP.NET web service call?
Today I've searched some time to a specific case we have for calling an (external) ASP.NET web service with the following requirements:
Calls must be done asynchronous
A timeout must implemented, ...
0
votes
0answers
1k views
Operation time out when call web service from Android device
I call web method from Android using ksoap2.
If I use AVD it's all right and method returns result. However if I start on real device with Android, I get "Operation time out"
Android code:
public ...
0
votes
4answers
3k views
Android: operation time out when web service called
I'm calling a web service from Android application. When I use AVD it's all right and I have response from server, but when I run on my real device (HTC), I get "The operation time out".
The Internet ...
0
votes
1answer
318 views
Web service randomly not getting response
In my Monotouch application I consume a web service. This service is written in VS2010 running on a windows server using https with load balancing distributed onto two nodes. My problem is that ...
0
votes
3answers
2k views
iPhone Web service Request Timeout
I am having problems in my iphone application due to weak wifi signals. My application uses webservice to retireve data from our server but when Wifi signals are weak the response never comes back ...
0
votes
2answers
4k views
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
all
I am trying to resolve issue. where situation is,
There is asp.net webservice. webservice is connected with the sql server. created for receiving the data. but while requesting to the webmethod, ...
2
votes
1answer
671 views
web calls never timing out
I have a number of applications using various web technologies such as SOAP, WCF Services, or just simple XmlReader. However they all seem to suffer the same problem of missing the timeout and ...
0
votes
1answer
798 views
Web-Service on Tomcat with Timeout
I have an application witch runs about 30 min. with some input data. It has also test data, so the application takes about 30 sec.
The application should be available in a webservice. I used CXF and ...
0
votes
0answers
276 views
ExecuteReader in WebService takes forever (15 seconds)
I've had this problem for a few months now. A few days ago it manifested with a different stored procedure in the same web service, called from a different page.
Ok, so there are two pages, ...
1
vote
1answer
528 views
Does the Server ASP.Net timeout setting affect the client timeout setting?
I'm working with ASP.Net web services and am having a problem with a long-running process that takes about 5 minutes to complete, and it's timing out. To fix this, I was able to set the ...

