Help : POJO service operations overriding..

2007-06-17 Thread Ajay Kumar Gour

Hi All,

I have a POJO service developed in Axis2-1.1.1. Currently its exposing all
the methods defined in Web Service class as web service methods. But i
want to restrict it to few methods only.

service name=MyWebService scope=request
 description
 My Test WebService
 /description
 messageReceivers
 messageReceiver
 mep=http://www.w3.org/2004/08/wsdl/in-only;
class=org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver/
 messageReceiver
 mep=http://www.w3.org/2004/08/wsdl/in-out;
class=org.apache.axis2.rpc.receivers.RPCMessageReceiver/
 /messageReceivers

 parameter name=ServiceClasscom.s7.WebServiceClass/parameter
operation name=doSomething1/
operation name=doSomething2/
operation name=doSomething3/
operation name=doSomething4/
/service

My web service class has other methods also, but i want to expose only the
few methods. Even after specifying those methods in services.xml (iam
using services.xml same as mentioned above), all methods are exposed.

I am not able to understand whats wrong with this?

-Thanks,
Ajay

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help : POJO service operations overriding..

2007-06-17 Thread Deepal Jayasinghe
Hi Ajay
[1] might me helpful.

[1] :  http://wso2.org/library/232

Thanks
Deepal
 Hi All,

 I have a POJO service developed in Axis2-1.1.1. Currently its exposing
 all
 the methods defined in Web Service class as web service methods. But i
 want to restrict it to few methods only.

 service name=MyWebService scope=request
  description
  My Test WebService
  /description
  messageReceivers
  messageReceiver
  mep=http://www.w3.org/2004/08/wsdl/in-only;
 
 class=org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver/
  messageReceiver
  mep=http://www.w3.org/2004/08/wsdl/in-out;
  class=org.apache.axis2.rpc.receivers.RPCMessageReceiver/
  /messageReceivers

  parameter name=ServiceClasscom.s7.WebServiceClass/parameter
 operation name=doSomething1/
 operation name=doSomething2/
 operation name=doSomething3/
 operation name=doSomething4/
 /service

 My web service class has other methods also, but i want to expose only
 the
 few methods. Even after specifying those methods in services.xml (iam
 using services.xml same as mentioned above), all methods are exposed.

 I am not able to understand whats wrong with this?

 -Thanks,
 Ajay

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Thanks,
Deepal

The highest tower is built one brick at a time



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help : POJO service operations overriding..

2007-06-17 Thread Ajay Kumar Gour

Hi Deepal,

Thanks a ton, it worked.

-Ajay

On Mon, 18 Jun 2007 00:52:28 -0400, Deepal Jayasinghe  
[EMAIL PROTECTED] wrote:



http://wso2.org/library/232




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help : POJO service operations overriding..

2007-06-12 Thread Ajay Kumar Gour

Hi All,

I have a POJO service developed in Axis2-1.1.1. Currently its exposing all  
the methods defined in Web Service class as web service methods. But i  
want to restrict it to few methods only.


service name=MyWebService scope=request
description
My Test WebService
/description
messageReceivers
messageReceiver
mep=http://www.w3.org/2004/08/wsdl/in-only;
class=org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver/
messageReceiver
mep=http://www.w3.org/2004/08/wsdl/in-out;
class=org.apache.axis2.rpc.receivers.RPCMessageReceiver/
/messageReceivers

parameter name=ServiceClasscom.s7.WebServiceClass/parameter
operation name=doSomething1/
operation name=doSomething2/
operation name=doSomething3/
operation name=doSomething4/
/service

My web service class has other methods also, but i want to expose only the  
few methods. Even after specifying those methods in services.xml (iam  
using services.xml same as mentioned above), all methods are exposed.


I am not able to understand whats wrong with this?

-Thanks,
Ajay

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]