I have a method in a service class:

public CombineMinervaObjectsOutputDocument
combineMinervaObjects(CombineMinervaObjectsInputDocument param0);

but when I call it from the client I get the error:

org.apache.axis2.AxisFault: ServiceClass does not implement required
method of the form OMElement combineMinervaObjects(OMElement e)

why would it care about OMElement if I'm using xmlbeans?

is there any way I can track this down?

thanks,

Alistair


-- 
mov eax,1
mov ebx,0
int 80h



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to