[SalesForce] WSDL Error in Parsing File

I have been trying to parse a WDSL file for Exact Target and also in SFDC, but I get an error that it is not allowing me to generate the apex classes I need.

Error: Failed to parse wsdl: Parse error: Found invalid XML. could not
determine namespace bound to element prefix xsd (position: END_TAG
seen …… @33:13496)

When I tried running in Validatot this is the error I'm facing

Unable to parse any XML input. Error on line 9: The prefix "xsd" for element "xsd:complexType" is not bound.

The WSDL I'm trying to Parse is from this link Link

Help please

Best Answer

Please use http://www.fuseit.com/contact/downloads/fuseit-sfdc-explorer/ to generate the apex classes. Please download it and log in to it by using your credentials. Then navigate to wsdl2apex tab and specify the WSDL file. After generating the apex classes, please use the "Deploy All Apex Classes to Salesforce" button to deploy the apex classes to your Org.

I have deployed it successfully to my dev org using the Fuseit SFDC Explorer.

Related Topic