[
https://issues.apache.org/jira/browse/CXF-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239732#comment-14239732
]
Guopu Wu commented on CXF-6147:
-------------------------------
This demo was working in CXF 2.3.6. It looks like
org.apache.cxf.interceptor.URIMappingInterceptor was involved in the picture to
parse the http request http://localhost:9000/SoapContext/SoapPort/sayHi
(notice the sayHi appended to the end).
URIMappingInterceptor has gone in CXF 3
> Part of demo wsdl_first_soap12 doesnt work
> ------------------------------------------
>
> Key: CXF-6147
> URL: https://issues.apache.org/jira/browse/CXF-6147
> Project: CXF
> Issue Type: Bug
> Components: Samples
> Affects Versions: 3.0.2
> Environment: JDK 6
> Reporter: Guopu Wu
>
> Running client by mvn -Pclient.get -
> Invoking server through HTTP GET to invoke sayHi
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6.408 s
> [INFO] Finished at: 2014-11-26T17:01:45+00:00
> [INFO] Final Memory: 8M/20M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:java
> (default) on project wsdl_first_soap12: An exception occured while executing
> the Java class. null: InvocationTargetException: Server returned HTTP
> response code: 500 for URL: http://localhost:9000/SoapContext/SoapPort/sayHi
> -> [Help 1]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)