HI Guys In services.xml , can I mention the Interface name and then the implemented class name. Are there any params which accepts the interface name?
As everywhere I have seen the class name given in the <messageReceiver class="asas" /> <service> <description> This is my first service, which says hello </description> <parameter name="ServiceClass" locked="false">HelloWorld</parameter> <operation name="sayHello"> <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> </operation> </service> As all business methods in my project are exposed with the interfaces, can I somehow mention that. Or it doest make sense to expose the functionality from interface as we are mentioning the class directly in the services.xml. I am little confused. Regards Sanket Can I put the interface name and the implemented class name in the services.xml ? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]