You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Schalk Neethling <sc...@alliedbridge.com> on 2007/01/31 23:34:56 UTC

[Axis2] java.lang.IncompatibleClassChangeError

Greetings All,

Has anyone seen this error before?

ERROR  -
[org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cxws].[OrderProcessClient]]
- Servlet.service() for servlet OrderProcessClient threw exception
java.lang.IncompatibleClassChangeError

This refers to the following code:
at
za.co.cxchange.soap.engen.client.DataServiceStub.Send(DataServiceStub.java:107):
This seems to be around this code:
public za.co.cxchange.soap.engen.client.DataServiceStub.SendResponse Send(

    za.co.cxchange.soap.engen.client.DataServiceStub.Send param3,
            za.co.cxchange.soap.engen.client.DataServiceStub.AuthHeader1 
param4)
            throws java.rmi.RemoteException

    {
        try {
            org.apache.axis2.client.OperationClient _operationClient = 
_serviceClient.createClient(_operations[0].getName());
            
_operationClient.getOptions().setAction("http://dataservice.com/Send");
            
_operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true);

at
za.co.cxchange.soap.engen.client.OrderProcessClient.processRequest(OrderProcessClient.java:58):
resp = dss.Send(soapBody, authHeader);

at
za.co.cxchange.soap.engen.client.OrderProcessClient.doPost(OrderProcessClient.java:74):
OrderProcessClient opc = new OrderProcessClient();
opc.setFileData(fileData);
opc.sendSOAP();

Any and all help will be very much appreciated. Thanks!
Schalk

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org