Bug 780924 (SOA-3387)

Summary: WS-Addressing error message when SOAPAction != Action header is not intuitive
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Filip Nguyen <fnguyen>
Component: unspecifiedAssignee: Default User <jbpapp-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.ER3   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3387
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-27 18:34:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Filip Nguyen 2011-09-19 14:00:12 UTC
project_key: SOA

CXF installed. When user sends SOAP message to EBWS and  SOAPAction is not same as Action header then following message is generated: 
{code:title=Exception|borderStyle=solid}

13:55:14,137 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] Interceptor for {http://soa.jboss.org/CreditServices}CreditAgencyServiceService#{http://soa.jboss.org/CreditServices}CreditAgencyServiceOp has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: Action http://soa.jboss.org/CreditServices/CreditAgencyServiceOpResp not supported
	at org.apache.cxf.ws.addressing.MAPAggregator.mediate(MAPAggregator.java:531)
	at org.apache.cxf.ws.addressing.MAPAggregator.handleMessage(MAPAggregator.java:188)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111)
	at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99)
	at org.a
{code}

Comment 1 Anne-Louise Tangring 2011-09-27 18:34:42 UTC
Not a bug. this is the way cxf works.