473,378 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

The Operation has timed-out calling web service

Joe
I'm running XP and Windows 2003 servers.

These calls did work up until a certain point which we can't track back now.
There were no code changes at all to the service.

The service can be called and tested in the browser from the server and it
works fine.

Any suggestions?
Nov 19 '05 #1
4 1993
Hi,

Please give some more info maybe I or someone else can help.

So I am guessing that the timeout occurs on a client that is attempting to
consume the webservice from an application ? Give us a clue of who is the
client and some idea of your architecture (eg who is the server waht is it
running, who/where is the client (local intranet/ internet) what it is
trying to do).
Nov 19 '05 #2
Joe
The web service exposes a method which sends email. The server is remotely
located so therefore the clients are all via internet.

As of now all clients are Win XP with various service packs. The server is a
Windows 2003 standard running IIS.

The connecting client is a C# application. Any time an attempt is made to
consume the service I get the error. If I try and execute the method
directly on the server via IE the method works fine.
"D Maniatis" <d-***************@g-m-a-i-l.com> wrote in message
news:66******************************@ureader.com. ..
Hi,

Please give some more info maybe I or someone else can help.

So I am guessing that the timeout occurs on a client that is attempting to
consume the webservice from an application ? Give us a clue of who is the
client and some idea of your architecture (eg who is the server waht is it
running, who/where is the client (local intranet/ internet) what it is
trying to do).

Nov 19 '05 #3
Joe
Further info - I can also access the service via IE/internet. I can see the
method but of course can't test them. And, VS.NET can create a web proxy for
the service if I give it the URL.

It only seems that a .NET app can't call it.

"D Maniatis" <d-***************@g-m-a-i-l.com> wrote in message
news:66******************************@ureader.com. ..
Hi,

Please give some more info maybe I or someone else can help.

So I am guessing that the timeout occurs on a client that is attempting to
consume the webservice from an application ? Give us a clue of who is the
client and some idea of your architecture (eg who is the server waht is it
running, who/where is the client (local intranet/ internet) what it is
trying to do).

Nov 19 '05 #4
Joe
One more thing I should mention, the service is using port 8013. I don't
know if this makes a difference. Its always been on the same port.

"Joe" <J_no_spam@_no_spam_Fishinbrain.com> wrote in message
news:O%***************@TK2MSFTNGP11.phx.gbl...
Further info - I can also access the service via IE/internet. I can see
the method but of course can't test them. And, VS.NET can create a web
proxy for the service if I give it the URL.

It only seems that a .NET app can't call it.

"D Maniatis" <d-***************@g-m-a-i-l.com> wrote in message
news:66******************************@ureader.com. ..
Hi,

Please give some more info maybe I or someone else can help.

So I am guessing that the timeout occurs on a client that is attempting
to
consume the webservice from an application ? Give us a clue of who is
the
client and some idea of your architecture (eg who is the server waht is
it
running, who/where is the client (local intranet/ internet) what it is
trying to do).


Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David | last post by:
Hi Below is a copy of the top 5 timed events from my statspack. Don't know how to detect what enqueue waited for what. Don't understand Oracle Documentation's description on how to check...
4
by: Wilsoch | last post by:
Non-programmer here again because my developer stinks. I'm desperately seeking a solution to this issue: I need something in the open event on my main form that will cause all of the tables to...
2
by: Javaman59 | last post by:
I have a GUI which is monitoring a real-time device. I have several timed actions, such as periodic polling of the device, and indicators which flash for a fixed period. My first implementation...
6
by: genojoe | last post by:
To my surprise, I could not find an easy way to show a timed message with either MessageBox() or MsgBox(). Here is some code that I tried unsuccessfully: Dim t As New Threading.Thread(New...
2
by: Daniel | last post by:
Hi How do i set a socket to wait for a reply after a set time frame? For example the following scenarios: 1) Give a user 10 seconds to respond after which time send an automatic message to...
1
by: GabrielESandoval | last post by:
I am converting powerepoint presentations to images I want to display as slide shows. My questions is I want it so that when a link is clike the slide show opens. The slides will be initially...
2
by: vide | last post by:
i need help in creating a sort of timed function. my project requires that the user must enter some words in a specified time limit ,sort of a typing speed program where the pgm count how many...
6
by: Hendrik van Rooyen | last post by:
Hi, I want to do the equivalent of the after thingy in tkinter - setting up in effect a timed call back. My use case is as a "supervisory" timer - I want to set up an alarm, which I want to...
2
by: Thomas Ploch | last post by:
Hello folks, I am having troubles with implementing a timed queue. I am using the 'Queue' module to manage several queues. But I want a timed access, i.e. only 2 fetches per second max. I am...
12
by: owestcot | last post by:
I'm working on a simple video game program that will require timed responses. The easiest example I can think of would be something like: char ans; // answer to question (can't remember the...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.