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
Adheena jacob 1Adheena jacob 1 

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
 
Adheena jacob 1Adheena jacob 1
can some one help me here
 
Daniel BallingerDaniel Ballinger
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.