Java WSDL import fails

When importing the WSDL from MS Dynamics CRM, I get the following error for Java script library: “The requested operation failed: no import files”, and no code is generated.

The same WSDL for LS script library at least generates code, even if it is with loads of errors.

Subject: Partially resolved

It would seem, that the problem lies in the fact that the WSDL tries to import things like “http://microsoft.com/wsdl/types/” and all it gets is a bunch of 404s.

Miha Vitorovic