[ 
https://issues.apache.org/jira/browse/CXF-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601634#action_12601634
 ] 

Richard Opalka commented on CXF-1623:
-------------------------------------

After execution of line: String name = el.getTextContent().trim();  
the name string variable is initialized to "##SOAP11_HTTP".
But the string id (method parameter) holds value 
"http://schemas.xmlsoap.org/soap/";
(just FYI this value is set in JaxWsServerFactoryBean.createBindingInfo() method
on line 126 in CXF 2.1 source distribution.)
Thus the last line in the above method badly returns false instead of expected 
true.



> Wrong method implementation in AnnotationHandlerChainBuilder
> ------------------------------------------------------------
>
>                 Key: CXF-1623
>                 URL: https://issues.apache.org/jira/browse/CXF-1623
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Richard Opalka
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to