473,320 Members | 1,988 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,320 software developers and data experts.

Connecting to a webservice...Lan issues!

Hi All,
i have just written my first Webservice and client(windows form) but when i
try to get a web references to the client to generate the proxy class on the
client, i get an error this specifically :

The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information.

in the add Web references dialog

this is the error displayed on the browser:

Server Error in '/WebService1' Application
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not create type 'WebService1.HugeInteger'.

Source Error:
Line 1: <%@ WebService Language="c#" Codebehind="HugeInteger.asmx.cs"
Class="WebService1.HugeInteger" %>

Source File: c:\inetpub\wwwroot\WebService1\HugeInteger.asmx Line: 1
now i clicked on the proxy help which directedme to go to the LAN settings
in the internet explorer browser. now in the LAN settings i am supposed to
tick the 'use proxy' and set a proxy address and a port...for my ISP, but
here come the silly part
I am using BroadBand more specifically BTBroadBand and i have contacted them
and they have told me they dont use Proxy Servers...that BroadBand does not
use Proxy servers! so what am i supposed to do ?
can anyone please help this is really annoying!

p.s my webservice is actually located on my local machine i.e
http://localhost.

regards

--
The Matrix Insurrection
Nov 23 '05 #1
13 2756
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:23**********************************@microsof t.com:
p.s my webservice is actually located on my local machine i.e
http://localhost.


Make sure localhost is in your exclude list.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #2
Hi Chad,
i have added it but what do i set the proxy address and port to in my LAN
settings?

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:23**********************************@microsof t.com:
p.s my webservice is actually located on my local machine i.e
http://localhost.


Make sure localhost is in your exclude list.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #3
Hi chad by exclude list you mean the exception section in the advanced
section of the proxy server (using internet explorer 6)? i also ticked the
'use a proxy server for your LAN (These settings wiil not apply to dial-up or
VPN connections).' checkbox ...do i tick the 'ByPass proxy server for local
addresses' checkbox? or not?

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:23**********************************@microsof t.com:
p.s my webservice is actually located on my local machine i.e
http://localhost.


Make sure localhost is in your exclude list.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #4
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:34**********************************@microsof t.com:
Hi chad by exclude list you mean the exception section in the advanced
section of the proxy server (using internet explorer 6)? i also ticked
Yes.
the 'use a proxy server for your LAN (These settings wiil not apply to
dial-up or VPN connections).' checkbox ...do i tick the 'ByPass proxy
server for local addresses' checkbox? or not?


Yes check that too, but it doesnt consdier 127 or localhost a local address,
so you have to add them. :(
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #5
Hi Chad
i have ticked both Checkboxes under the proxy settings and added my
localhost to the exception..but i am not sure what address i should use under
the proxy address and the port although i am fairly sure that the port
listening is port 80?

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:34**********************************@microsof t.com:
Hi chad by exclude list you mean the exception section in the advanced
section of the proxy server (using internet explorer 6)? i also ticked


Yes.
the 'use a proxy server for your LAN (These settings wiil not apply to
dial-up or VPN connections).' checkbox ...do i tick the 'ByPass proxy
server for local addresses' checkbox? or not?


Yes check that too, but it doesnt consdier 127 or localhost a local address,
so you have to add them. :(
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #6
Oh just to know i am not quite sure what other local addresses i have apart
from localhost? for example when i open IE6 my default address is msn.co.uk
is that a local address then?

"ShadowOfTheBeast" wrote:
Hi Chad
i have ticked both Checkboxes under the proxy settings and added my
localhost to the exception..but i am not sure what address i should use under
the proxy address and the port although i am fairly sure that the port
listening is port 80?

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:34**********************************@microsof t.com:
Hi chad by exclude list you mean the exception section in the advanced
section of the proxy server (using internet explorer 6)? i also ticked


Yes.
the 'use a proxy server for your LAN (These settings wiil not apply to
dial-up or VPN connections).' checkbox ...do i tick the 'ByPass proxy
server for local addresses' checkbox? or not?


Yes check that too, but it doesnt consdier 127 or localhost a local address,
so you have to add them. :(
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #7
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:34**********************************@microsof t.com:
Oh just to know i am not quite sure what other local addresses i have
apart from localhost? for example when i open IE6 my default address is
msn.co.uk is that a local address then?


It appears you are totally confused on what these options are... the default
address has nothing to do with a proxy.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #8
Chad, that was a side question...the real question there was what do i set
the proxy address and port to? after i add my local host to my
exceptions...cos that is the address & port which the proxy needs for acceses

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:34**********************************@microsof t.com:
Oh just to know i am not quite sure what other local addresses i have
apart from localhost? for example when i open IE6 my default address is
msn.co.uk is that a local address then?


It appears you are totally confused on what these options are... the default
address has nothing to do with a proxy.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #9
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:25**********************************@microsof t.com:
Chad, that was a side question...the real question there was what do i
set the proxy address and port to? after i add my local host to my
exceptions...cos that is the address & port which the proxy needs for
acceses


It depends on your network. Its like asking what the name of your mail server
is.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #10
I use BTBroadBand (British Telecom).

"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:25**********************************@microsof t.com:
Chad, that was a side question...the real question there was what do i
set the proxy address and port to? after i add my local host to my
exceptions...cos that is the address & port which the proxy needs for
acceses


It depends on your network. Its like asking what the name of your mail server
is.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #11
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:0A**********************************@microsof t.com:
I use BTBroadBand (British Telecom).


Well you have to ask them. I use CYTANet. Can you tell me what my proxy is
supposed to be?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #12
Hi Chad thats the £4.5 million a year question, which i already asked before
even putting up the first post, and the help desk person is not quite sure!
--
The Matrix Insurrection
"Chad Z. Hower aka Kudzu" wrote:
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:0A**********************************@microsof t.com:
I use BTBroadBand (British Telecom).


Well you have to ask them. I use CYTANet. Can you tell me what my proxy is
supposed to be?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu

Nov 23 '05 #13
"=?Utf-8?B?U2hhZG93T2ZUaGVCZWFzdA==?="
<Sh**************@discussions.microsoft.com> wrote in
news:42**********************************@microsof t.com:
Hi Chad thats the 4.5 million a year question, which i already asked
before even putting up the first post, and the help desk person is not
quite sure!


Aah, well you're a bit SOL then. :)


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Nov 23 '05 #14

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

Similar topics

1
by: Ricky K. Rasmussen | last post by:
Hi NG, When connecting to a local WebService one of our customers gets a very strange exception: "File or assembly name gaw9eaqv.dll, or one of its dependencies, was not found." The...
1
by: SqlJunkies User | last post by:
Hi I try to call a Webservice via java, the webservice is loacated on a IIS-server(Dot-net). It is a trusted Domain so I do not have to Connect with a Username and Password. It seems to be a...
3
by: Mark | last post by:
I'm consuming a webservice that makes a simple object available. The object class is marked in the web service as . I have a web application that consumes and uses this web service's class. When...
8
by: =?Utf-8?B?U3JpcmFtIE1hbGxhanlvc3VsYQ==?= | last post by:
Hi, I am not sure whether this is the correct newsgroup where I need to post my question. Let me know where I need to post for a quick response. I get the following error when I try to connect...
4
by: =?Utf-8?B?QmlsbEF0V29yaw==?= | last post by:
Hi, We recently converted a 1.1 project to 2.0 and this included a webservice which accepted XML for one of the parameters. Since converting to 2.0 I am getting the following message: --- A...
5
by: Jonathan Kay | last post by:
Hi, I'd like to my WCF webservice to work both on SSL and without. Unfortunately searching has led to dead ends, references to changes that only work on the old previous beta versions and I...
1
by: =?Utf-8?B?d2R1ZGVr?= | last post by:
I have a web service hosting a WCF library, which works fine but produced a strange signature when interacting with vs 2005/2.0 clients. My method takes 3 strings and returns a bool as below. ...
10
by: Anton | last post by:
Hi, when accessing a secured 3rd party webservice i'm getting a 401 HTTP Statuscode (unauthorized). When entering the url in a browser and entering the username and password manually, the wsdl is...
4
by: Jonathan | last post by:
I have a SQL stored procedure for adding a new record in a transactions table. It also has two return values: CounterID and IDKey. I want to create a webservice that accepts the 10 input...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.