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

WSDL parsing error while integrating salesforce with NAS
For Development of a POC for an integration project, we need to generate an Apex Class from a WSDL file of a third party system. We have the WSDL files from their API support. The link is provided below.
https://soapapi.findapprenticeship.service.gov.uk/Services/VacancyManagement/VacancyManagement51.svc?WSDL
But on generating Apex Class from these files,I am hitting some errors in the WSDL. Error is as follows:
Failed to parse wsdl: Failed to parse WSDL: Unable to find schema for element; {http://services.imservices.org.uk/AVMS/Interfaces/5.1}PublicKey
https://soapapi.findapprenticeship.service.gov.uk/Services/VacancyManagement/VacancyManagement51.svc?WSDL
But on generating Apex Class from these files,I am hitting some errors in the WSDL. Error is as follows:
Failed to parse wsdl: Failed to parse WSDL: Unable to find schema for element; {http://services.imservices.org.uk/AVMS/Interfaces/5.1}PublicKey

can some one help me here
I'd seen a very similar question in Failed to parse WSDL: Unable to find complexType (https://developer.salesforce.com/forums/?id=9060G000000Ua9KQAS) that was using the same WSDL. The Guid's are still a challenge, but check that question out first.