I'm using Delphi XE2 to create webservice application. However I need to define the service name according to external specification.
Delphi is adding "service" to service name by default. Is it possible to override this?
The 'service' is added in TWebServEx.GenerateWSDL method (Soap.WebServExp, line 261).