Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated metadata with a link to a non-existent path #23

Open
erroneous0ne opened this issue Nov 15, 2024 · 1 comment
Open

Generated metadata with a link to a non-existent path #23

erroneous0ne opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working squiz squiz client

Comments

@erroneous0ne
Copy link

Component Bug Report

Useful Links

  • Link to the SQUIZ ticket.
  • Link to the internal Slack conversation.

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
image

Component Version

1.2.9

Steps to Reproduce

  1. Create a SOAP step with the Call action
  2. Set the following Configuration
    image
  3. 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

@erroneous0ne erroneous0ne added bug Something isn't working squiz squiz client labels Nov 15, 2024
@if0s if0s mentioned this issue Nov 15, 2024
@if0s if0s self-assigned this Nov 15, 2024
@HannaTrotsenko
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working squiz squiz client
Projects
None yet
Development

No branches or pull requests

3 participants