Hi Deepal,

This problem is not fixed with RC2.

Regards

Walter

On Tue, Mar 18, 2008 at 5:05 PM, Deepal jayasinghe <[EMAIL PROTECTED]>
wrote:

>  Walter Weinmann wrote:
> > I found the following piece of code in my generated client stub:
> >
> > *private* *void* populateAxisService() *throws*
> > org.apache.axis2.AxisFault { //creating the Service with a unique name
> > _service = *new*
> > org.apache.axis2.description.AxisService("ObjectModelQueryService" +
> > /getUniqueSuffix/());
> >
> > addAnonymousOperations();
> >
> > //creating the operations
> >
> > org.apache.axis2.description.AxisOperation __operation;
> >
> > _operations = *new* org.apache.axis2.description.AxisOperation[1];
> >
> > __operation =
> >
> > *new* org.apache.axis2.description.OutInAxisOperation();
> >
> > __operation.setName(
> >
> > *new*
> > javax.xml.namespace.QName("
> http://ic.com/IMSware/WebServices/ObjectModel/Query/";,
> > "queryObjectsAttributes")); _service.addOperation(__operation);
> > _operations[0]=__operation;
> >
> > }
> >
> > But there was no method addAnonymousOperations generated.
> >
> Which is in the parent class (Stub)
>
> Thank you!
> Deepal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Walter Weinmann

Wintersingerstrasse 66
CH-4312 Magden
Switzerland

Phone: 076/378 92 69

Reply via email to