[
https://issues.apache.org/jira/browse/CXF-8452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320364#comment-17320364
]
Veeksha A V edited comment on CXF-8452 at 4/13/21, 5:45 PM:
------------------------------------------------------------
Hi [~ffang],
What i understand from runnable reproducer is the code where am seeing the
error.
soap-bindings.jar has wsdl file and class files generated fom apache-cxf 3.4.1
wsdl2java binary.
TestClient.java contains client code to generate soap request and
SoapOutBoundMessageInterceptor.java contains interceptor code used in
TestClient.java.
Referenced libraries used are of apache-cxf 3.4.1
[^SoapOutboundMessageInterceptor.java][^TestClient.java][^soap-bindings.jar]
^P.S If i still missed out understanding what does runnable reproducer mean
kindly let me know, because i want this to understand why we are getting this
error.^
Thanks,
Veeksha
was (Author: vevasant):
Hi [~ffang],
What i understand from runnable reproducer is the code where am seeing the
error.
soap-bindings.jar has wsdl file and class files generated fom apache-cxf 3.4.1
wsdl2java binary.
TestClient.java contains client code to generate soap request and
SoapOutBoundMessageInterceptor.java contains interceptor code used in
TestClient.java.
Referenced libraries used are of apache-cxf 3.4.1
[^SoapOutboundMessageInterceptor.java][^TestClient.java][^soap-bindings.jar]
Thanks,
Veeksha
> Upgrade of cxf to version greater than 3.2.2 resulting in SOAPFaultException
> ----------------------------------------------------------------------------
>
> Key: CXF-8452
> URL: https://issues.apache.org/jira/browse/CXF-8452
> Project: CXF
> Issue Type: Test
> Reporter: Veeksha A V
> Assignee: Freeman Yue Fang
> Priority: Major
> Attachments: SoapOutboundMessageInterceptor.java,
> SoapOutboundMessageInterceptor.java, TestClient.java, TestClient.java,
> TestClient.java, soap-bindings.jar
>
>
> We are trying to upgrade apache cxf in our components to 3.4.1 , when
> upgraded we are ending up with runtime exception below :
> ```
> javax.xml.ws.soap.SOAPFaultException, message: Response message did not
> contain proper response data.
> Caused by: org.apache.cxf.endpoint.ClientImpl$IllegalEmptyResponseException:
> Response message did not contain proper response data.
> ```
> Got to know this is because of this checkin:
> [https://github.com/apache/cxf/commit/1396f046333108ec0e7819bf4de154505ff4564c,|https://github.com/apache/cxf/commit/1396f046333108ec0e7819bf4de154505ff4564c]
> Needed help in understanding why is it so and how can we overcome it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)