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.

Regards

Walter

Reply via email to