473,466 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to connect to web service from remote machine from browser

20 New Member
Hello,
I have a webservice(called MyService) which exposes one method(called
MyMethod)
On the local machine, it can be tested by accessing
http://MyServerName/MySite/MyService.asmx/MyMethod

But it doesn't work if I access the above one from a remote machine. IS
there any setting. I change the web.config Web.config to enable response to Http calls

<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>

Still doesn't work.

Any Idea??

Thanks
Nov 15 '06 #1
2 3256
fndjoum
20 New Member
my goal is to build a web service on my machine to be accessed by people in the company from browser.

any Idea?

Thanks
Nov 16 '06 #2
satyabangaru
1 New Member
Hi
You have to add the Web Service as a Web reference to Your remote machine.Then u can access the Web method from remote machine.
Nov 27 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Steve Meier | last post by:
Environment: SQLServer Developer Edition on Machine A Enterprise Manager running on remote machine B Both machines are in the same subnet I open Enterprise Mgr on Machine A, right click...
3
by: Nidhee Pathak via .NET 247 | last post by:
Hi, I am trying to run an exe present on the remote machine using the ManagementClass object. I connect to the remote machine using ObjectManagementScope class, but i am not being able to run the...
3
by: Just D. | last post by:
I know that writing ASPX app we easily can get all required information about remote machine and network right from the user's browser using this request: NameValueCollection coll =...
0
by: Michael Höhne | last post by:
Hi, we're developing some web services and use the local development server of Visual Studio 2005 to create, run and debug the project. The web service methods connect to a database hosted on a...
1
by: Chris Davoli | last post by:
Somebody I work with created a web service and of course it creates an asmx page for the web service. When you open this page up on the browser it gives you a kind of tester page where you can...
3
by: spens | last post by:
os winxp import wmi c = wmi.WMI(computer="10.1.1.1", user="name", password="pass") for host in c.Win32_ComputerSystem(): ...... and so on
1
by: fndjoum | last post by:
Hello, I have a webservice(called MyService) which exposes one method(called MyMethod) On the local machine, it can be tested by accessing http://MyServerName/MySite/MyService.asmx/MyMethod ...
0
by: fndjoum | last post by:
Hello, I have a webservice(called MyService) which exposes one method(called MyMethod) On the local machine, it can be tested by accessing http://MyServerName/MySite/MyService.asmx/MyMethod ...
1
by: mohammedsk | last post by:
Hi, I am trying to connect to a remote machine with known IP address within a network in an office using C language. I used C before to connect to database, but never used it to connect locally to...
0
by: Rajeevk | last post by:
Hi, I want to change the remote machine's date and time using C#, I am able to change the local machine's date time but have no idea how to connect the remote machine (in c#.net). can anybody...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.