webservice/webmethod test page sort order

  • Thread starter bart verbeeck via .NET 247
  • Start date
B

bart verbeeck via .NET 247

Dear friends

Is it possible to manipulate the test page to put the webmethods in a certain order (alfabethical, ...)?

I created a webservice with about 50 webmethods, I get sick of searching through the list to find the desired .method

I am a C# developer

thanks
 
J

Jan Tielens

Sure, it's quite simple!

http://blogs.msdn.com/toub/archive/2004/03/10/87327.aspx
Did you know it's possible to customize the test page auto-generated for Web
services in ASP.NET?

For example, let's say you wanted to order the WebMethods such that they're
displayed in alphabetical order. You can modify the
DefaultWsdlHelpGenerator.aspx page which is used to create that test page
(%windir%\Microsoft.NET\Framework\v1.1.4322\CONFIG\DefaultWsdlHelpGenerator.
aspx). ASP.NET gathers up the description information for the requested web
service/asmx and passes that data to the help generator page. You can
modify this page however you see fit (or you can tell ASP.NET to look in a
different location for the generation page by modifying the machine.config's
system.web/webServices/wsdlHelpGenerator node).


--
Greetz
Jan
____________________
Read my weblog: http://weblogs.asp.net/jan
bart verbeeck via .NET 247 said:
Dear friends

Is it possible to manipulate the test page to put the webmethods in a
certain order (alfabethical, ...)?
I created a webservice with about 50 webmethods, I get sick of searching
through the list to find the desired .method
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top