Hello Aldrin, Hmm ... in axis2 version 1.2 that class should definitely be in kernel.jar. Classloading issue maybe?
Anyway, looking at the stack trace for the other issue, it suggests a problem with the action processing. What does TCPMon show for the request message? Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? <[EMAIL PROTECTED]> wrote on 25/05/2007 15:06:47: > Hi Brian > > I have addressing.mar in my axis2.war > I am using axis1.2 > > > From: Brian De Pradine [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 7:33 PM > To: [email protected] > Subject: Re: Addressing Exception > > > Hello Aldrin, > > Let's start with the server side exception. Which version of axis2 > are you using? In the latest axis2 version that class should be in > kernel.jar, however, in earlier versions of axis2 it was in addressing.mar > > Cheers > > Brian DePradine > Web Services Development > IBM Hursley > External +44 (0) 1962 816319 Internal 246319 > > If you can't find the time to do it right the first time, where will > you find the time to do it again? > > > <[EMAIL PROTECTED]> wrote on 25/05/2007 13:20:36: > > > Hi > > > > I am getting the following exception at the server > > > > java.lang.NoClassDefFoundError: org/apache/axis > > 2/addressing/EndpointReferenceHelper > > > > And at the client ...Is it possible for anyone to give me some clue? > > > > Exception in thread "main" org.apache.axis2.AxisFault: A header > > representing a Message Addressing Property is not valid and the > > message cannot be processed > > at org.apache.axis2.addressing.AddressingFaultsHelper. > > triggerAddressingFault(AddressingFaultsHelper.java:150) > > at org.apache.axis2.addressing.AddressingFaultsHelper. > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) > > at org.apache.axis2.handlers.addressing.AddressingInHandler. > > extractActionInformation(AddressingInHandler.java:276) > > at org.apache.axis2.handlers.addressing.AddressingInHandler. > > extractAddressingInformation(AddressingInHandler.java:159) > > at org.apache.axis2.handlers.addressing.AddressingInHandler.invoke( > > AddressingInHandler.java:95) > > at org.apache.axis2.engine.Phase.invoke(Phase.java:383) > > at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) > > at org.apache.axis2.engine.AxisEngine. > receiveFault(AxisEngine.java:354) > > at org.apache.axis2.description.OutInAxisOperationClient.send( > > OutInAxisOperation.java:370) > > at org.apache.axis2.description.OutInAxisOperationClient.execute( > > OutInAxisOperation.java:294) > > at org.apache.axis2.client.ServiceClient.sendReceive( > > ServiceClient.java:520) > > at org.apache.axis2.client.ServiceClient.sendReceive( > > ServiceClient.java:500) > > at org.apache.savan.eventing.client.EventingClient.subscribe( > > EventingClient.java:73) > > at publisher.client.Client.doSubscribe(Client.java:101) > > at publisher.client.Client.run(Client.java:52) > > at publisher.client.Client.main(Client.java:40) > > > > > > > > The information contained in this electronic message and any > > attachments to this message are intended for the exclusive use of > > the addressee(s) and may contain proprietary, confidential or > > privileged information. If you are not the intended recipient, you > > should not disseminate, distribute or copy this e-mail. Please > > notify the sender immediately and destroy all copies of this message > > and any attachments. > > > > WARNING: Computer viruses can be transmitted via email. The > > recipient should check this email and any attachments for the > > presence of viruses. The company accepts no liability for any damage > > caused by any virus transmitted by this email. > > > > www.wipro.com > > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with > number 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of > the addressee(s) and may contain proprietary, confidential or > privileged information. If you are not the intended recipient, you > should not disseminate, distribute or copy this e-mail. Please > notify the sender immediately and destroy all copies of this message > and any attachments. > > WARNING: Computer viruses can be transmitted via email. The > recipient should check this email and any attachments for the > presence of viruses. The company accepts no liability for any damage > caused by any virus transmitted by this email. > > www.wipro.com Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
