Groups | Blog | Home
all groups > dotnet web services > march 2008 >

dotnet web services : Web Service Catalog


Sel
3/21/2008 5:05:00 PM
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

John Saunders [MVP]
3/22/2008 6:03:26 PM
[quoted text, click to view]

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

Sel
3/23/2008 7:21:00 PM
Hi Jhon,

Thanks for your reply.

In the web service catalog in microsoft format, I just want to change the
following line only "The following operations are supported. For a formal
definition, please
review the Service Description"

Is this possible?



[quoted text, click to view]
John Saunders [MVP]
3/24/2008 12:05:49 PM
[quoted text, click to view]

You can change the whole thing.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer

Sel
3/27/2008 11:31:01 AM
thanks jhon..I got it

[quoted text, click to view]
AddThis Social Bookmark Button