472,952 Members | 2,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Q: Does webservice recognizes local network connection ?

Hi,

I have a project where components/programs run on different mashines ...
and data exchange and execution of some actions on server side is done with
help of webservice ....

Now the same code for accessing server side can be called from some
application installed inside local network( Office location) or outside
this network( Home location) .....

Now because in the first example I use webservice call inside intranet and
in the second example outside intranet, I was woundering if webservice
automatically recognizes intranet connection so it doesn't go out and back
in into the network ?

Thanks for reply.

Kris
Dec 14 '06 #1
1 1041
Kristijan Marin wrote:
Hi,

I have a project where components/programs run on different mashines ...
and data exchange and execution of some actions on server side is done with
help of webservice ....

Now the same code for accessing server side can be called from some
application installed inside local network( Office location) or outside
this network( Home location) .....

Now because in the first example I use webservice call inside intranet and
in the second example outside intranet, I was woundering if webservice
automatically recognizes intranet connection so it doesn't go out and back
in into the network ?
This is entirely outside the scope of a web service. It's actually a
routing issue. If your clients are part of the same subnet as the
server hosting the web service, the client will not leave your local
intranet. If the server hosting the web service is on a separate subnet
from your clients, it's possible --albeit *highly* unlikely because of
the complexity that would be involved-- based on how your routing is
configured.

If you're not familiar with your network topology, speak with your
network administrator. If you are the network administrator (and even
if you're not because of the wealth of information you can obtain), I'd
suggest reading some books on routing.

Hope that helps,

--
Sean
Dec 14 '06 #2

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

Similar topics

33
by: Savas Ates | last post by:
in asp page im getting this error how can i solve it.. yesterday the codes work but i setup visual studio 6.0 now it doesnt works..
4
by: Tommy | last post by:
hello, i try´d to use an webservice like Global Weather http://www.webservicex.net/globalweather.asmx?WSDL i have add a reference to my asp.net-website and write the follwing...
12
by: RKay | last post by:
I have a Win2k server running SQL Server 2000. On that box I built a working web service that pulls data from the database. One of the services available simply accepts an ado.net connection string...
5
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1....
7
by: Mahesh Devjibhai Dhola | last post by:
Hi, I want to develop p2p (peer-to-peer) communication connection for chat in ..Net (Lang: c# - preferable) NOTE: if two LAN are behind their own router then also it should work as yahoo, msn...
1
by: Ezz | last post by:
I have an interesting problem...and its one of those where I know what I want but don't know how to ask it =) I have an eCommerce application that uses Paypal for its payment gateway. It is an...
0
by: UnglueD | last post by:
Hello. I have a webservice located on a machine within our network. I have developed and tested this webservice internally without having to worry about credentials. Now I wish for web...
13
by: 7stud | last post by:
I have the following two identical clients #test1.py:----------- import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) host = 'localhost' port = 5052 #server port
6
by: =?Utf-8?B?QnNtZW5nZW4=?= | last post by:
I am trying to make sure that the local connection is up. I have presently been using the NetworkChange.NetworkAvailabilityChanged Event for this. Is there a better way to do this? Also, I...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.