ASAP - Need Answers to my question
Hello Everyone,
Here is the scoup. I am hosting a web service at Corp.IT, my clients
are offshore Oil Platforms that use satelite links. My app works fine
over the internet, but not so good over the Sat Link.
The Error has something to do with failing to bind and not receving the
responce. I suspect the problem is that the Sat.Link times out when trying
to invoke the web method.
So my question is this: is thers a way to set the timeout?
I have been trying to establish a live web refrence, but when I
deploy the app I have to recompile the app using the real web refrence.
Is this what the wsdl util is for? Would this help me deploy the
app easier?
Thanks
Michael
If this is not clear, I am new and don't know the correct terms to use.
Re: ASAP - Need Answers to my question
I suspect it is the underlying tcp timeout that you are hitting -- How long
does it take before the call timesout in your case?
About your second question, have you looked into storing the web reference
in a config file? Your app will read the web reference from the config file
during its startup. This should avoid the problem of having to recompile
the app.
For more information on how to use config files, please see the following
msdn link:
http://msdn.microsoft.com/library/?u...html/cpconconf
iguringnetframeworkapplications.asp?frame=true
Jagan
"Michael." <mwass99@earthlink,net> wrote in message
news:3dad60fa$1@tnews.web.devx.com...
>
> Hello Everyone,
>
> Here is the scoup. I am hosting a web service at Corp.IT, my clients
> are offshore Oil Platforms that use satelite links. My app works fine
> over the internet, but not so good over the Sat Link.
>
> The Error has something to do with failing to bind and not receving the
> responce. I suspect the problem is that the Sat.Link times out when trying
>
> to invoke the web method.
>
> So my question is this: is thers a way to set the timeout?
>
> I have been trying to establish a live web refrence, but when I
> deploy the app I have to recompile the app using the real web refrence.
>
> Is this what the wsdl util is for? Would this help me deploy the
> app easier?
>
> Thanks
> Michael
>
> If this is not clear, I am new and don't know the correct terms to use.
>