Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.983 Beiträge
 
#1

Delphi SOAP service: only publish WSDL in RELEASE mode

  Alt 21. Aug 2018, 18:10
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...
  Mit Zitat antworten Zitat