Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Webmethods in sorted order

Reply
Thread Tools

Webmethods in sorted order

 
 
mallik
Guest
Posts: n/a
 
      10-25-2003
can some one please let me know how to list WebMethods in a sorted order(or in a custom order) when I browse to the .asmx page.

for eg.
i have a webservice (srvc1.asmx) and it contains webmethods
A(), B(), HelloWorld() in that order.

but when i access the srvc1.asmx page.. it's listing the webmethods in the following order.
B(), Helloworld(), A() !!

I need them to display in A(), B(), Helloworld() order.

Can some one please help ?

Thanks


 
Reply With Quote
 
 
 
 
Michael Per
Guest
Posts: n/a
 
      10-26-2003
As far as I know you can't just configure your machine/server to do it. But
you can edit following file that is responsible for generating the page web
service shows in the browser.

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G\DefaultWsdlHelpGenerator
..aspx


 
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
documents in Printer are not in sorted order sujay Computer Support 0 06-26-2007 08:59 PM
Print dict in sorted order Kamilche Python 6 01-30-2006 01:03 PM
Accessing Hash elements in sorted order? Chris Ruby 12 09-18-2004 04:23 PM
WebMethods, is the order of them in a WebServer class significant? Eric Porter ASP .Net Web Services 0 07-01-2004 02:45 PM
Posting Credentials using LWP To WebMethods mdh Perl 0 04-20-2004 01:27 AM



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