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
Kittu KoppulaKittu Koppula 

Receiving an error while parsing WSDL

Hi,

Am trying to integrate Salesforce with Peoplesoft.

When am trying to parse WSDL , am receiving the following error message.

Failed to parse wsdl: Parse error: Found invalid XML. processing instruction can not have PITarget with reserveld xml name (position: START_DOCUMENT seen

Can anyone let me know what is the issue and ghow to resolve the same.

Thanks,

Ashish_SFDCAshish_SFDC
Hi Kittu, 


Use Save As of browser to download Partner WSDL, and you can choose .wsdl or xml type to save the wsdl file.

Don't just copy the source file to process.

And then use eclipse to import the Partner WSDL.



Regards,
Ashish