I am using Delphi XE2 to create a webservice application. However, I need to determine the name of the service according to the external specification.
Delphi adds a βserviceβ to the default service name. Is it possible to override this?
The "service" is added in the TWebServEx.GenerateWSDL method (Soap.WebServExp, line 261).
source share