Webservice with complex any response

0
When importing a web service, the response has a complex ‘any’ type. How do I handle this in Mendix? When I query one of the operations I see that the schema definition of the response is sent in the first part of the response.
asked
1 answers
1

Mendix can handle static response schema's, not a dynamic one sent in the response.

As a workaround you can try this: If the number of result schemas is not so high you can make x response schema's and map the response with the correct one.

answered