Hi
All,
My web service
consists of a DashboardManager class which returns an array of Dashboard
(s).
Publishing this
service results in client side classes called DashboardManagerService and
Dashboard.
In my opinion this
is a bit too much: "...ManagerService". I rather would have two
classes: DashboardService and Dashboard.
Is there a way to
influence the service name generated in the WSDL? Because Dashboard already
exists i cannot name the manager like this.
Stephan