> When we create a web service in .Net 2.0, after deploying the web service
> and
[quoted text clipped - 9 lines]
>
> Thanks in advance
You can configure that as follows:
<configuration>
<system.web>
<webServices>
<wsdlHelpGenerator href="docs/MyServiceHelpPage.aspx"/>
</webServices>
</system.web>
</configuration>

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Sel - 24 Mar 2008 03:21 GMT
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?
> > When we create a web service in .Net 2.0, after deploying the web service
> > and
[quoted text clipped - 19 lines]
> </system.web>
> </configuration>
John Saunders [MVP] - 24 Mar 2008 17:05 GMT
> Hi Jhon,
>
[quoted text clipped - 6 lines]
>
> Is this possible?
You can change the whole thing.

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Sel - 27 Mar 2008 19:31 GMT
thanks jhon..I got it
> > Hi Jhon,
> >
[quoted text clipped - 8 lines]
>
> You can change the whole thing.