From: Rob Franolic on
Hi,
The following code works on my PC running Matlab 2007a, but now fails on a MAC on both Matlab 2007a and Matlab2009a. The problem seems to be around security certificates but I can neither work out how to get hold of the certificates nor where to put them if I could get hold of them. Any help greatly appreciated (I've almost run out of hair).
Thanks,
Rob

EDU>> createClassFromWsdl('https://api.betfair.com/global/v3/BFGlobalService.wsdl');
Retrieving document at 'https://api.betfair.com/global/v3/BFGlobalService.wsdl'.
??? Error using ==> createClassFromWsdl>parseWsdl at 83
javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document
at 'https://api.betfair.com/global/v3/BFGlobalService.wsdl'.: java.io.IOException: The issuer can
not be found in the trusted CA list.

Error in ==> createClassFromWsdl at 32
[R, schema] = parseWsdl(wsdlUrl);