Re: How to make non-webmethod in axis2 webservices?

2008-10-14 Thread Deepal jayasinghe
ERaj wrote:
 Hi,
  I have a webservice which have few service methods (webmethods) and other
 methods to inject object into the service (through spring) but when I
 generate wsdl file or deploy with default wsdl, my non-webmethods are also
 visible to client. Actually I can't make the non-webmethods as
 private/protected because spring needs them as public. 
  How to overcome this? Please let me know your suggestion.
 Cheers,
 Raja
   
Have a look at the following article that will help you, just read how
to exclude operation section.

http://wso2.org/library/2060

Deepal

-- 
Thank you!


http://blogs.deepal.org


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



How to make non-webmethod in axis2 webservices?

2008-10-13 Thread ERaj

Hi,
 I have a webservice which have few service methods (webmethods) and other
methods to inject object into the service (through spring) but when I
generate wsdl file or deploy with default wsdl, my non-webmethods are also
visible to client. Actually I can't make the non-webmethods as
private/protected because spring needs them as public. 
 How to overcome this? Please let me know your suggestion.
Cheers,
Raja
-- 
View this message in context: 
http://www.nabble.com/How-to-make-non-webmethod-in-axis2-webservices--tp19964968p19964968.html
Sent from the Axis - User mailing list archive at Nabble.com.


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



Re: How to make non-webmethod in axis2 webservices?

2008-10-13 Thread ERaj

Hi guys,
 I got the answer to that query, actually itseems I can exclude the
operations
see the below link for answer
http://forum.springframework.org/showthread.php?t=49527
-- 
View this message in context: 
http://www.nabble.com/How-to-make-non-webmethod-in-axis2-webservices--tp19964968p19965087.html
Sent from the Axis - User mailing list archive at Nabble.com.


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