Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to import WSDL in PRPC 5.4 SP2

SA-8583

Summary



While importing WSDL file, missing element error occurs. This prevents the import from completing successfully.

Error Messages



** Couldn't parse WSDL file. ERROR: Missing element inFault "ServiceFaultFault" in operation "ServiceFaultFault", in binding GetJobBarcode

Steps to Reproduce



1. Go to Application > New > Connector.
2. Import WSDL for Metadata type DOT NET, copy the URL for the WSDL location, click Next.


Root Cause



The root cause of this problem is a defect in Pegasystems’ code/rules. PRPC 5.4 SP2 does not parse wsdl:fault elements correctly.

Resolution



In your WSDL file(s), replace all instances of "wsdl:fault" to "soap:fault". For example,

<wsdl:fault name="FaultyFault">
    <soap:fault name="FaultyFault" use="literal"/>
</wsdl:fault>


Becomes

<soap:fault name="FaultyFault">
    <soap:fault name="FaultyFault" use="literal"/>
</soap:fault>


This has the same result as the wsdl:fault construction, but PRPC 5.4 SP2 can parse it correctly.

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us