Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The URL should be publically accessible.
  • URL should not require any cookies or session headers for authentication.
  • All the subsequent import locations should also be publically accessible.
  • If the web service is on a private network, please use our FuseIT SFDC Explorer application to generate Apex classes from WSDL locally on your machine.

Deployment Failure

The generated Apex classes will be dependent on each other.
To avoid deployment error, please make sure that the classes are being deployed in the right order i.e. deploy the class with no dependency first then deploy the class dependent on deployed classes. 

Parse Failures

Due to the huge number of possible WSDL permutations this online tool may not be able to parse your WSDL. If your WSDL does not parse, please check it is well formed XML (SOAP based WSDL with document style requests) and has the required XML elements. If it still does not parse, there are several options:

...