Service call errors - issues with parameters and content type Follow
This is related to various 'weird' errors.
These errors happen on TOMCAT server when it's using JAVA 10.
Issues I saw:
- Send json request, and the parameters are not passed to AuraPlayer service although the parameters are sent through the network.
- Send request, and the response says that it is not a valid SOAP request.
Solution:
Make Tomcat use Java 8 instead of Java 10.
Comments
0 comments
Please sign in to leave a comment.