Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / March 2008

Tip: Looking for answers? Try searching our database.

Web Service Catalog

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sel - 22 Mar 2008 01:05 GMT
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
John Saunders [MVP] - 22 Mar 2008 23:03 GMT
> 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.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.