0 votes
1 view
Hello! Is there any way to connect Knowage suite to a SOAP web service with input variable?

Thanks in advance.
Environment 7.2, Linux, Chrome
asked Aug 1, 2020 in Data Source by pedropablolc (420 points) | 1 view

1 Answer

0 votes
I suppose you mean having a Knowage dataset that is retrieving data through a SOAP service (providing data as XML).

Well... at the moment, the only way to do this is implementing a Java class that is invoking the SOAP service and returning the data in the required format, but that means developing the Java class and deploying it (with dependencies) into knowage web applications.

If it were a REST service that is returning data in JSON format, that would be much easier (no need to develop & deploy anything).

Hope this helps.
answered Aug 3, 2020 by dzerbett (1,860 points)
1,553 questions
1,017 answers
2,037 comments
2,567 users