----- Original Message ----- From: "Reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 11, 2002 2:14 PM Subject: Axis exposes private methods ofthe Web Service Stub Impl class - is this is a bug or i am doing some thing wrong
> I created a WSDL, and used the WSDL2Java tool to > create the Server side skeleton. > > I implemented the exposed method in the skeleton I am > also using some helper methods, which are private. > when I deploy this service, all private methods along > with the public methods in that skeleton impl class > are getting exposed as web services methods. It's a bug in beta-2. But I dont think you will be able to call the methods (they are private). > I am assuming this is a Bug in the Axis. Can you guys > suggest any work around for this? try a later version in CVS and see if it is fixed
