Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: string.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 20:49
Ariadne15-Jun-04 20:49 
GeneralRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak17-Jun-04 11:45
mveDave Kreskowiak17-Jun-04 11:45 
GeneralPrivate Webservice Pin
ldaoust15-Jun-04 4:28
ldaoust15-Jun-04 4:28 
GeneralRe: Private Webservice Pin
Heath Stewart15-Jun-04 5:09
protectorHeath Stewart15-Jun-04 5:09 
GeneralRe: Private Webservice Pin
ldaoust16-Jun-04 8:54
ldaoust16-Jun-04 8:54 
GeneralRe: Private Webservice Pin
Heath Stewart16-Jun-04 9:04
protectorHeath Stewart16-Jun-04 9:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:04
ldaoust17-Jun-04 3:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:14
ldaoust17-Jun-04 3:14 
You can also set a custom page to be displayed for the WSDL documentation:

<?xmlversion="1.0"encoding="utf-8"?>
<configuration>
<system.web>
    <!--
    Custome help page\
    -->
    <webServices>
        <wsdlHelpGeneratorhref="helpPage.aspx"/>
   </webService>
</system.web>
</configuration>


It can also be a .html page. So you can display what ever you want.

A third possibility is to process the request from Application_BeginRequest function. You can check if the request has a ?wsdl to it and throw a http exception.

All these examples can be found here: http://www.15seconds.com/issue/040609.htm
GeneralCreating web aplication NOT via IIS console Pin
michalJ15-Jun-04 3:39
michalJ15-Jun-04 3:39 
GeneralRe: Creating web aplication NOT via IIS console Pin
Heath Stewart15-Jun-04 5:03
protectorHeath Stewart15-Jun-04 5:03 
GeneralRe: Creating web aplication NOT via IIS console Pin
michalJ15-Jun-04 8:09
michalJ15-Jun-04 8:09 
GeneralMessages of Child applications Pin
T i T i15-Jun-04 2:13
T i T i15-Jun-04 2:13 
GeneralRe: Messages of Child applications Pin
Dave Kreskowiak15-Jun-04 3:01
mveDave Kreskowiak15-Jun-04 3:01 
GeneralRe: Messages of Child applications Pin
Heath Stewart15-Jun-04 3:42
protectorHeath Stewart15-Jun-04 3:42 
Generali want toserialize DataTable typed filed into Xml Pin
Member 114126615-Jun-04 0:53
Member 114126615-Jun-04 0:53 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Dave Kreskowiak15-Jun-04 3:05
mveDave Kreskowiak15-Jun-04 3:05 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Member 114126616-Jun-04 21:06
Member 114126616-Jun-04 21:06 
Generalsaving collection automaticaly into form`s resource. Pin
Member 114126615-Jun-04 0:43
Member 114126615-Jun-04 0:43 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Heath Stewart15-Jun-04 3:39
protectorHeath Stewart15-Jun-04 3:39 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Member 114126616-Jun-04 20:56
Member 114126616-Jun-04 20:56 
QuestionProgram to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 0:02
anderslundsgard15-Jun-04 0:02 
AnswerRe: Program to generate UML-diagram? MS Visio? Pin
Heath Stewart15-Jun-04 3:33
protectorHeath Stewart15-Jun-04 3:33 
GeneralRe: Program to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 3:50
anderslundsgard15-Jun-04 3:50 
GeneralRe: Program to generate UML-diagram? MS Visio? Pin
Heath Stewart15-Jun-04 4:01
protectorHeath Stewart15-Jun-04 4:01 
Generalvariable columns count in datagrid Pin
morfo14-Jun-04 23:51
morfo14-Jun-04 23:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.