function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nothingisreal68nothingisreal68 

wsdl2apex parsing issue - unable to find schema for element

I am running into an error attempting to use the wsdl2apex functionality to generate apex classes from an extenal WSDL. I want to send outbound faxes using the Interfax service, following the directions as written on this blog.

 

After removing the multiple port type and bindings, when I consume the wsdl, I am presented with the following error:

 

Unable to find schema for element; {http://www.w3.org/2001/XMLSchema}int
 
While I thought that a standard "int" was a supported type, I tried changing all references to a double, and still received a similar message:
 

Unable to find schema for element; {http://www.w3.org/2001/XMLSchema}double

 

I tried to do this in multiple sandboxes as well as a developer org, to ensure that this wasn't a sandbox related issue.  Clearly something else is awry, what Am I doing wrong?