CXF client exception: Interceptor for {XXX} has thrown exception, unwinding now
Dear all,
I have done 6.5 in-place upgrade. We are facing 'org.apache.cxf.interceptor.Fault: Could not send Message.' when we submit soap request to CRM. When I checked the message, I noticed that the header is missing in the soap message.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:test1 xmlns:ns2="urn:sap-com:document:sap:soap:functions:mc-style">........................................................................................................................................</ns2:test1></soap:Body></soap:Envelope>
...
....
Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '401: Unauthorized' when communicating with http://<crmhostname>:8000/sap/bc/srt/scs/sap/test1?sap-client=600
Could anyone advice, please?
Thanks in advance.