Hi, this is the default situation. Axis makes the methods of exactly one class, which you choose, visible as web-service operations. Anything that class calls is not exposed as part of the web-service. In WSDD, the className parameter of the service element nominates the class exposed as the web service.
The difficult part would be to get Axis to expose the union of several selected classes as one web service. This would be very useful when aggregating port-types, as one has to to follow the WS-I recommendations. AFAIK, Axis 1 cannot do this. Cheers, Guy On Mon, 15 Aug 2005, [iso-8859-1] Fabr?cio wrote: > Hi folks, > > > > Let me explain... I have a java class (my_class.class) that uses methods > from other classes (another_class_1.class, another_class2.class,..) created > by me. I want to let only the my_class.class available as a web service. How > can I do this? Using the simple deploy (.jws) in axis will work? And if I > have to use the deployment by WSDD file how is the configuration in that > file? > > > > Please, does anyone could help me?????? > > > > Thanks very, very, very much. > > > > Fabricio. > > > > > > > > Guy Rixon [EMAIL PROTECTED] Institute of Astronomy Tel: +44-1223-337542 Madingley Road, Cambridge, UK, CB3 0HA Fax: +44-1223-337523
