Re: Web Service Catalog
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "John Saunders [MVP]" <john.saunders at trizetto.com>
- Date: Sat, 22 Mar 2008 18:03:26 -0400
"Sel" <Sel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:31659DE5-3145-4107-9279-C70401B04435@xxxxxxxxxxxxxxxx
When we create a web service in .Net 2.0, after deploying the web service
and
browse the service in IIS we will get the statement as
Name of the Web Service
"The following operations are supported. For a formal definition, please
review the Service Description"
Can we able to customize the quoted lines through coding.
URGENT
Thanks in advance
You can configure that as follows:
<configuration>
<system.web>
<webServices>
<wsdlHelpGenerator href="docs/MyServiceHelpPage.aspx"/>
</webServices>
</system.web>
</configuration>
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
.
Relevant Pages
- Re: Denny SYNCHRONIZE to IUSR_%COMPUTERNAME% causes remote access to prompt for username
... The identities need Sync as they will want to ... Microsoft MVP (Windows Server System: ... > Then IIS stop serving pages, ... (microsoft.public.windows.server.scripting) - Re: Denny SYNCHRONIZE to IUSR_%COMPUTERNAME% causes remote access to prompt for username
... The identities need Sync as they will want to ... Microsoft MVP (Windows Server System: ... > Then IIS stop serving pages, ... (microsoft.public.inetserver.iis.security) - Re: irm and web services
... WordApplication.Application.quit();// quit ... Office is not supported for use inside a web service. ... The Office Automation ... John Saunders | MVP - Windows Server System - Connected System Developer ... (microsoft.public.dotnet.framework.webservices) - Re: Lifecycle of .Net Web Service
... and something else done when the Web Service shuts ... John Saunders | MVP - Windows Server System - Connected System Developer ... Web service depends uses a DLL that is single-threaded. ... of other processing that is not restricted to single threads. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Newbie (kind of :) Question - Web Service -
... I have a Web Service that receives an XmlDocument of a given type. ... HttpContext? ... John Saunders | MVP – Windows Server System – Connected System Developer ... (microsoft.public.dotnet.framework.webservices) |
|