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
Praveen NPraveen N 

WSDL parsing errors

Hi,

i am getting error   "Error: Failed to parse wsdl: Unsupported Schema element found http://www.w3.org/2001/XMLSchema:attribute. At: 365:64 "

any solution for this error?

Thanks in advance.

Praveen
ShashankShashank (Salesforce Developers) 
Hi,

Usually this error occurs if there is some issue in communication with the external webservice.
Check the following:

1. Check if external webservice is really available and working.
2. Check if Salesforce's IP addresses are included in whitelist on the firewall of the network where the external wabservice is located.
3. Validate the endpoint address of the webservice.
4. Check if the endpoint's server is enabled as a Remote Site in Salesforce.
5. Remember that web service must be accesible from Internet to a public and valid IP address.

Thanks,
Shashank