Re: Question regarding deploying service using deploy.wsdd

2002-05-24 Thread Vikram Rayabhari
oing something wrong? > > Thanks > > > -Original Message- > > From: Martin Senger [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 23, 2002 3:05 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Question regarding deploying service using deploy.wsdd >

RE: Question regarding deploying service using deploy.wsdd

2002-05-23 Thread Chaudhri Rohit-CRC037
er class inherits from the Object class, but the Object class methods donot get exposed). Am I doing something wrong? Thanks > -Original Message- > From: Martin Senger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 3:05 AM > To: [EMAIL PROTECTED] > Subject: Re: Quest

Re: Question regarding deploying service using deploy.wsdd

2002-05-23 Thread Martin Senger
> > The auto-generated WSDL contains information > (types/portTypes/messages) for all the methods (& their parameters & return > types). How do I prevent this from happening? > The documentation says: "...we could also have restricted the SOAP-accessible methods by using a space or comma separ

Question regarding deploying service using deploy.wsdd

2002-05-22 Thread Chaudhri Rohit-CRC037
Hello, I am deploying a class as a Web Service in AXIS using the deploy.wsdd file. I specify the methods that need to be exposed in the Web Service interface using the tag. The problem that I run into is, that all the methods(private/protected/public) in the class get exposed in the Web Service,