assimbly / runtime

Java & REST API's for creating and running integrations
Apache License 2.0
17 stars 3 forks source link

[SOAP]No output if option extract is disabled #235

Closed Hooghof closed 1 week ago

Hooghof commented 4 weeks ago

If the option Extract is disabled and the option Smart is enabled, the SOAP component gives no output. In the tracelog the SOAP component is the lastest, however that should be the Log component. Despite this, calling the flow gives a 200 OK.

Test flow Instance: next Tenant: Regression tests Flow: SOAP Postman test: SOAP smart

This works in Camel 2 (4.14.8), but not in Camel 3 and 4. Expected output is in the postman.

image

Hooghof commented 4 weeks ago

On development and next, it works as expected. it's not clear what the cause was.

Hooghof commented 3 weeks ago

This issue returned. I created a new test flow SOAP_smart in the tenant Regression tests in the group Issues. If the options Smart and Extract are enabled (version 2), the flow returns output. In the case that only Smart is enabled (version 3), there no output, but no failure at the same time.