Re: publishing Hello World to local IIS



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?????

.



Relevant Pages

  • Re: writing to file from web service
    ... Not sure whether you were talking about a legacy ASP.NET web service or a WCF web service. ... We welcome your comments and suggestions about how we can improve the support we provide to you. ... Please feel free to let my manager know what you think of the level of service provided. ... MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business days is acceptable. ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Web Services Toolkit - SOAP Toolkit
    ... and using managed Web service proxies. ... will continue to support Microsoft Office Web Service Toolkit. ... The following note is quoted from Microsoft Office 2003 Web Service Toolkit ... create a Shared Add-in project called WebAddin. ...
    (microsoft.public.office.developer.vba)
  • Re: Problems with namespaces
    ... \par application and web service. ... \par Simon ... the client-side proxy will also ... \par> Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: SharePoint
    ... The issue with the web service was its inconsistency. ... What would be really good is to have a stored procedure that could be used ... Microsoft Online Community Support ... initial response from the community or a Microsoft Support Engineer within ...
    (microsoft.public.sharepoint.portalserver.development)
  • RE: ASP.NET site hosted in File System problem
    ... It would be great if you could send me the web service project that can ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.aspnet)

Loading