You need to sign in to do that
Don't have an account?

getting error Apex Generation Failed Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType
HI ,
I have genrated one Partner WSDL and trying to genrate Apex code from that WSDL into another user salesforce, but i am getting error
Apex Generation Failed
"Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType"
Please help me , I am new in salesforce.
Thanks & Regards
Bhushan Singh
I have genrated one Partner WSDL and trying to genrate Apex code from that WSDL into another user salesforce, but i am getting error
Apex Generation Failed
"Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType"
Please help me , I am new in salesforce.
Thanks & Regards
Bhushan Singh
Here you have to change anyType to String
All Answers
Here you have to change anyType to String
These lines are not there in my wsdl file - please check in my salesforce login -
this is the link where i put that wsdl file -
https://ap2.salesforce.com/015280000030dMT
username - bhushan.rathour@tavant.com
pwd - bhushan@1234
Please help me .
Thnaks & Regards
Bhushan Singh
baskarsfdc8297@gmail.com
It is now working for me. Thank You Very much for help.
Please let me know what changes you done then it will be help full in future for me.
Thanks & Regards
Bhushan Singh
click on search(Ctrtl+F)
type "anytype"
Check for line that are similar to above
change anytype to string
and save it