AEM 6.3 integration with Apache CXF
Hi,
We are migrating from AEM ver 5.6.1 to 6.3 and stuck with an issue where we are making a call to a SOAP service endpoint via proxy created using Apache CXF ver 2.7.3 and I am seeing the SOAP request is not getting created properly. So I implemented a custom interceptor using which I was able to correct the SOAP request but after the correction, I am still seeing the bad response.
The SOAP response is getting stuck at UNMARSHALL phase where I am getting the following exception.
org.apache.cxf.phase.PhaseInterceptorChain Interceptor for {http://Paymetric/XiPaySoap30}XiPayWS#{http://Paymetric/XiPaySoap30}SoapOp has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"http://Paymetric/XiPaySoap30/message/", local:"soapOpResult"). Expected elements are <{}soapOpResult>
Could anyone please help?