DP News-Robot |
21. Aug 2018 19:10 |
Delphi SOAP service: only publish WSDL in RELEASE mode
If you want to restrict the WSDL publishing so it only is published in DEBUG mode, then add a [WayBack] TWSDLHTMLPublish to your [WayBack]*TWebModule descendant, then add this in the [WayBack] OnCreate event handler of that TWebModule descendant: // Enable/disable handling of "/wsdl*" requests during DEBUG/RELEASE mode. Enabling sends them via // Handled := WSDLHTMLPublish1.DispatchRequest(Sender, […]
Weiterlesen...
|