Why do I get a Java Exception error when I try to run CREATECLASSFROMWSDL?
Show older comments
When I run
createClassFromWsdl('<https://ws.lim.com/LimWsAdapter/LimWs?wsdl'>)
I get the the following error:
Retrieving document at '<https://ws.lim.com/LimWsAdapter/LimWs?wsdl'>
Error using createClassFromWsdl>parseWsdl (line 97)
javax.wsdl.WSDLException: WSDLException (at /definitions/types/xsd:schema):
faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
at '<https://ws.lim.com:443/LimWsAdapter/LimWs?xsd=1'>, relative to
'file:/Users/maguler/Documents/MATLAB/wsdl.wsdl'.: java.io.IOException: The
issuer can not be found in the trusted CA list.
Error in createClassFromWsdl (line 32)
[R, schema] = parseWsdl(wsdlUrl);
Some notes:
1. I have tried using KEYTOOL to add the site certificate to the Java CA keystore without success.
2. The WSDL file is successfully downloaded and other programs are able to use the file. Only 64-bit MATLAB fails to open the file and create a corresponding MATLAB class.
3. The function works successfully on a 32-bit MATLAB.
Accepted Answer
More Answers (0)
Categories
Find more on Call Java from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!