You need to sign in to do that
Don't have an account?
Force.com
Enterprise wsdl error: Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType
I have the wsdl file for enterprise edition but while creating the apex classes, its giving the following error:
Apex Generation Failed
Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType
Why is this error coming? Are there any workarounds?
These are the code lines that are creating errors:
I changed "anytype" to "string" and then i was able to generate apex classes from enterprise wsdls.
All Answers
These are the code lines that are creating errors:
I changed "anytype" to "string" and then i was able to generate apex classes from enterprise wsdls.
I know it's been a while, but thanks! This really helped me out!
This is really helpful and worked in just 1 min of change.
Thanks a lot for posting the answer :)
Dipak S