Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-11 Thread Lt. Col. Gecko Pointdexter
now, which I > can live with. > >Thanks for the help. > > -Original Message- > From: Ruben Bartelink [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:55 AM > To: 'Steve Welborn' > Subject: RE: [ADVANCED-DOTNET] Calling a Web Service

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-06 Thread Eduard Lascu
CED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Calling a Web Service over the network Is machineName\ASPNET a member of the domain that has access to the Web resource? Eduard Lascu <[EMAIL PROTECTED]> wrote:Hello everybody, I have a Web Service that's hosted on one machine.

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-06 Thread Steve Welborn
d now, which I can live with. Thanks for the help. -Original Message- From: Ruben Bartelink [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 11:55 AM To: 'Steve Welborn' Subject: RE: [ADVANCED-DOTNET] Calling a Web Service over the network Looks like something is putt

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-06 Thread Steve Welborn
:[EMAIL PROTECTED] On Behalf Of Steve Welborn Sent: Tuesday, July 05, 2005 11:38 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Calling a Web Service over the network Set the credentials after you make setup the Remote Object and after you register the channel. This is

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-06 Thread Chris Howell
Is machineName\ASPNET a member of the domain that has access to the Web resource? Eduard Lascu <[EMAIL PROTECTED]> wrote:Hello everybody, I have a Web Service that's hosted on one machine. There is a difference between calling it from the same machine or from a different machine in the network:

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-05 Thread Steve Welborn
PROTECTED] On Behalf Of Eduard Lascu Sent: Tuesday, July 05, 2005 11:08 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Calling a Web Service over the network Hello everybody, I have a Web Service that's hosted on one machine. There is a difference between calling it fro

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-05 Thread Eduard Lascu
CED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Calling a Web Service over the network Hello everybody, I have a Web Service that's hosted on one machine. There is a difference between calling it from the same machine or from a different machine in the network: in the second case I

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-05 Thread Potter, Mark S.
CED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Calling a Web Service over the network Hello everybody, I have a Web Service that's hosted on one machine. There is a difference between calling it from the same machine or from a different machine in the network: in the second case I am promp

[ADVANCED-DOTNET] Calling a Web Service over the network

2005-07-05 Thread Eduard Lascu
Hello everybody, I have a Web Service that's hosted on one machine. There is a difference between calling it from the same machine or from a different machine in the network: in the second case I am prompted to enter my credentials (user name, password and domain). Is there a way to prevent this?

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Eduard Lascu
: Wednesday, June 15, 2005 10:48 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Calling a Web Service over the network Well, FYI, if it were a security issue you would be seeing a different error. "Cannot find server" is your firewall blocking requests from ou

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Adam Sills
ke it to IIS). Adam.. > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Eduard Lascu > Sent: Wednesday, June 15, 2005 9:44 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Calling a Web Serv

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Eduard Lascu
ssage- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Adam Sills Sent: Wednesday, June 15, 2005 10:32 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Calling a Web Service over the network Is your webservice server on windows X

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Adam Sills
Behalf Of Eduard Lascu > Sent: Wednesday, June 15, 2005 8:51 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Calling a Web Service over the network > > Hello everybody, > > This one is probably very simple, yet I don't have the > answer. I h

Re: [ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Tom Hyland
PROTECTED] On Behalf Of Eduard Lascu Sent: 15 June 2005 14:51 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Calling a Web Service over the network Hello everybody, This one is probably very simple, yet I don't have the answer. I have a Web Service that's hosted on one machin

[ADVANCED-DOTNET] Calling a Web Service over the network

2005-06-15 Thread Eduard Lascu
Hello everybody, This one is probably very simple, yet I don't have the answer. I have a Web Service that's hosted on one machine. As long as I try to call it from the same machine using any of these forms: http://localhost/MyWS/MyWS.asmx or http://MACHINE_NAME/MyWS/MyWS.asmx or http://IP_ADD