Hello, I am using Apache Axis 2 version 2-1.5.
I have an application that uses JAX-RPC and a document/literal style WSDL, with xmlbeans as the java to XML binding. It is running in a Tomcat 6.0.20 container. I am trying to call it from an Oracle SOA Suite configuration (remotely). When the SOA Suite goes to invoke an operation on my Axis2 application I get the following error: org.apache.axis2.AxisFault: A header representing a Message Addressing Property is not valid and the message cannot be processed I've tried using TCPMon , setting it up between the SOA Suite and the tomcat server to get a look at the SOAP being passed around. During the SOA Suite set up I can see the SOA Suite reading the WSDL and schemas but when the operation gets invoked, nothing shows up in TCPMon, yet somehow axis is still invoked. The same thing happens whether I have the TCPMon in between or not. Can anyone tell me what the AxisFault message might be an indicator of? org.apache.axis2.AxisFault: A header representing a Message Addressing Property is not valid and the message cannot be processed Thanks -Andrew