You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQUIZ reported a problem with the SOAP component, when it tries to load the Mapping section. SQUIZ gets a console error which crashes the UI, so you need to reload it, here is the flow draft.
The WSDL URL they use: https://cloud.timeedit.net/soap/3/au_cit/wsdl
From the given scheme logs - there is a link to a non-existent path in the generated metadata
Component Version
1.2.9
Steps to Reproduce
Create a SOAP step with the Call action
Set the following Configuration
Load the Mapping section
Actual Result
The soap component throws a console JS error at the Mapping which crashes the UI and prevents the flow from being built.
Note: The JS error was successfully reproduced on the SQUIZ US and Sparrow tenants, e.g. on Westeros you will get an Execution timeout.
Console error:
Error: Invalid reference: urn:jsonschema:se:timeedit:timeedit3:version3:Fieldids (unknown schema URI)
at c (frontend.61b7f11.min.js:47:4664)
at e (frontend.61b7f11.min.js:47:5771)
at f (frontend.61b7f11.min.js:47:6550)
at f (frontend.61b7f11.min.js:47:6765)
at f (frontend.61b7f11.min.js:47:6765)
at f (frontend.61b7f11.min.js:47:6765)
at f (frontend.61b7f11.min.js:47:6765)
at f (frontend.61b7f11.min.js:47:6765)
at Object.m [as toFieldsTree] (frontend.61b7f11.min.js:47:8324)
at h.<anonymous> (frontend.61b7f11.min.js:41:15038) 'Error: Invalid reference: urn:jsonschema:se:timeedit:timeedit3:version3:Fieldids (unknown schema URI)\n at c (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:4664)\n at e (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:5771)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6550)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6765)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6765)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6765)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6765)\n at f (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:6765)\n at Object.m [as toFieldsTree] (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:47:8324)\n at h.<anonymous> (https://app.connect.squiz.cloud/frontend.61b7f11.min.js:41:15038)'
Expected Result
Correctly generated metadata
The text was updated successfully, but these errors were encountered:
Component Bug Report
Useful Links
Description
SQUIZ reported a problem with the SOAP component, when it tries to load the Mapping section. SQUIZ gets a console error which crashes the UI, so you need to reload it, here is the flow draft.
The WSDL URL they use: https://cloud.timeedit.net/soap/3/au_cit/wsdl
From the given scheme logs - there is a link to a non-existent path in the generated metadata
Component Version
1.2.9
Steps to Reproduce
Call
actionActual Result
The soap component throws a console JS error at the Mapping which crashes the UI and prevents the flow from being built.
Console error:
Expected Result
Correctly generated metadata
The text was updated successfully, but these errors were encountered: