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

chore(soap): Send response body when a Fault is received #2835

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

johnBgood
Copy link
Collaborator

@johnBgood johnBgood commented Jul 11, 2024

Description

  • Send the response body in case of a Fault
  • Some tests improvements

The body is accessible using this kind of errorExpression:
if error.code="SOAP_FAULT_RECEIVED" then bpmnError("Code", "The code", error.variables) else null

Related issues

closes #2743

@johnBgood johnBgood self-assigned this Jul 11, 2024
@johnBgood johnBgood requested a review from a team as a code owner July 11, 2024 09:16
@johnBgood johnBgood linked an issue Jul 11, 2024 that may be closed by this pull request
@johnBgood johnBgood force-pushed the 2743-soap-connector-error-response branch from 681e147 to 7431466 Compare July 11, 2024 09:16
@sbuettner
Copy link
Contributor

🚀

@johnBgood johnBgood added this pull request to the merge queue Jul 11, 2024
Merged via the queue into main with commit 5ba57a0 Jul 11, 2024
4 checks passed
@johnBgood johnBgood deleted the 2743-soap-connector-error-response branch July 11, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SOAP Connector error response
2 participants