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
bujjibujji 

Regarding Webservice error.

Hi Guys,

 

while generating apex class from wsdl i am getting this error.

 

Apex Generation Failed

Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType

 

Thanks,

Bujji

Prad@SFDCPrad@SFDC

Hi,

 

Yes , Because Salesforce does not support anytype. try to replace anyType with string then generate the class.

 

 

Hope this will help you.