[ 
https://issues.apache.org/jira/browse/AXIS2-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697837#comment-16697837
 ] 

Andreas Veithen commented on AXIS2-5941:
----------------------------------------

Can you share a minimal test case to reproduce the problem?

> version issue - Jdk 8 SOAP WS calls MEP RawXMLINOnlyMessageReceiver instead 
> of AbstractInOutMessageReceiver
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5941
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5941
>             Project: Axis2
>          Issue Type: Bug
>            Reporter: Aparna
>            Priority: Major
>
> I have created a Java web server proxy using client's wsdl file (using 
> axis2).  The service works fine when I use JDK 6/7.  When I switch over to 
> JDK 8 then internally it uses reflection and tries to find out API method 
> with void return type and OMElement as parameter which doesn't exist in the 
> ServiceSkeleton. 
>  
> I have posted the same question on StackOverFlow.  This is the link for more 
> details - 
> [https://stackoverflow.com/questions/53372508/version-issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv|https://www.google.com/url?q=https://stackoverflow.com/questions/53372508/version-issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv&sa=D&source=hangouts&ust=1542800419655000&usg=AFQjCNGyxOEKZUDa8A8uHxkMdDRb1-baCg]
>  
> For JDK8 - when I post the request xml from SoapUi, the call goes to 
> org.apache.axis2.receivers.*RawXMLINOnlyMessageReceiver* where it finds the 
> method(void) name using reflection which doesn't exist in the serviceSkeleton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to