Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We need to add an allowedMethods parameter in services.xml just like Axis1 has.
Quoting Deepal:
Service Operations
There was a mail thread in the mailing list about that topic and we came to
conclusion that , we are going to display all the public method in the
service impl class. And using services.xml user can override or add
parameters to those operation. IF there is a wsdl in META-INF then all the
operations in the portType will be published and user can override them
using services.xml.
its implemented . So if the service impl class is implement in Java then it
is not require to have any operation tag in services.xml unless user want to
override something.
But I think we need to improve that , meaning user should be able to control
the operation that he need to expose , currently user dose not have any
control over that and all the public methods in service impl class will be
exposed.