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
When you try to generate a sample SOAP request, after configuring the component and specifying the WSDL URL, Binding, Operation you get the schema of the object and proceed to fill the fields in the Mapping section. The Bug is that the integrator automatically generates an object named parameters based on the data schema of an object with a different name.
Such an object results in an error: io.elastic.soap.exceptions.ComponentException: Can not find valid structure for request. Object 'GetData' is not exist
For example, in the case shown in the screenshot, the object should contain the name GetData as represented in Operation.
SOAP component generates wrong request body
Description
When you try to generate a sample SOAP request, after configuring the component and specifying the WSDL URL, Binding, Operation you get the schema of the object and proceed to fill the fields in the Mapping section. The Bug is that the integrator automatically generates an object named
parameters
based on the data schema of an object with a different name.Such an object results in an error:
io.elastic.soap.exceptions.ComponentException: Can not find valid structure for request. Object 'GetData' is not exist
For example, in the case shown in the screenshot, the object should contain the name
GetData
as represented in Operation.Component Version
[
v1.2.9 - Apr 8 2022, 19:29rev: ca3982b
And lower
]
Steps to Reproduce
parameters
Actual Result
The integrator generates object
parameters
instead right one.Expected Result
Integrator generates object with right name from Operation name according to schema.
Workaround(s)
It is possible to go to code mode and change object name to right one
You can test this issue in the test flow in Academia
The text was updated successfully, but these errors were encountered: