Re: publishing Hello World to local IIS
- From: cj <cj@xxxxxxxxxxxxx>
- Date: Tue, 08 Jan 2008 14:44:42 -0500
Thanks! From one of your links, "Browse to the MathService.asmx Web
service page to test the Web service. If you set the local computer to
host the page, the URL is http://localhost/MathService/MathService.asmx."
That is what I was looking for.
I've been tied up with other priorties today so it'll probably be tomorrow before I can test now.
Steven Cheng[MSFT] wrote:
Hi Cj,.
The ASP.NET webservice(asmx) should provide simple test page(for webmethd with simple type parameters). For standard webservice test/use, you should create a webservice client proxy (in the client project) and call the webservice through proxy class. In .net project(with Visual Studio), it is quite simple to create such a proxy, here are some reference that introduce this:
#HOW TO: Write a Simple Web Service by Using Visual C# .NET
http://support.microsoft.com/kb/308359
#How to build and use XML Web services by using Visual Studio .NET or Visual Studio 2005
http://support.microsoft.com/kb/315935/en-us
#Creating and Consuming .NET Web Services in Five Easy Steps http://dotnetjunkies.com/Tutorial/4D13CEFA-D0FD-44BE-8749-8D17B5757564.dcik
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Date: Mon, 07 Jan 2008 10:28:48 -0500
From: cj <cj@xxxxxxxxxxxxx>
Subject: publishing Hello World to local IIS
Message-ID: <#4DhAIUUIHA.1744@xxxxxxxxxxxxxxxxxxxx>
Newsgroups: microsoft.public.dotnet.framework.webservices
Perhaps someone knows how to do this. When I open a new ASP.NET web service application in VS 2008, it opens with a simple Hello World web service already written. I want to see this work. Without changing a thing I built the solution and published it to localhost default web site. How can I test it?????
- Follow-Ups:
- Re: publishing Hello World to local IIS
- From: Steven Cheng[MSFT]
- Re: publishing Hello World to local IIS
- References:
- publishing Hello World to local IIS
- From: cj
- RE: publishing Hello World to local IIS
- From: Steven Cheng[MSFT]
- publishing Hello World to local IIS
- Prev by Date: WCF error: The request for security token could not be satisfied .
- Next by Date: Re: calling windows service from webservice
- Previous by thread: RE: publishing Hello World to local IIS
- Next by thread: Re: publishing Hello World to local IIS
- Index(es):
Relevant Pages
|
Loading