Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > webservice/webmethod test page sort order

Reply
Thread Tools

webservice/webmethod test page sort order

 
 
bart verbeeck via .NET 247
Guest
Posts: n/a
 
      05-07-2004
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

--------------------------------
From: bart verbeeck

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>Nt9yhMkUZUao7dj9cdstag==</Id>
 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      05-07-2004
Sure, it's quite simple!

http://blogs.msdn.com/toub/archive/2.../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" <> schreef in bericht
news:%...
> 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
>
> --------------------------------
> From: bart verbeeck
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>Nt9yhMkUZUao7dj9cdstag==</Id>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[B,IX] = sort(A,...) - Order for sort()-function =?iso-8859-1?Q?=22Orlando_D=F6hring=22?= Python 0 05-29-2007 03:31 PM
xsl:sort lang="es" modern vs. tradidional Spanish sort order nobody XML 0 06-01-2004 06:25 AM
How would I use qsort to sort a struct with a char* member and a long member - I want to sort in order of the long member Angus Comber C Programming 7 02-05-2004 06:41 PM
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. Navin ASP General 1 09-09-2003 07:16 AM
test test test test test test test Computer Support 2 07-02-2003 06:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57