How I can implement an input control from Web Service data source?
Posted on September 26, 2017 at 5:31am
Hi,
I have a problem using Web Service data source in input controls. In the page of the plugin Web Service Data Source (http://community.jaspersoft.com/project/web-service-data-source) there are no examples of implementation but specifies that it's possible. Does anyone have an example of use input control with Web Service Data Source or documentation to do it?
Thanks,
Jorge
Joined: Sep 13 2017 - 2:59am
Last seen: 5 years 5 months ago
Posted on September 27, 2017 at 11:43pm
Joined: Sep 13 2017 - 2:59am
Last seen: 5 years 5 months ago
Posted on September 28, 2017 at 1:07am
Update
I copied the code that Report Studio generates in the web service datasource and pasted in Web Service Query in the Input Control. It seems that do something but i get this error:
java.lang.IllegalStateException: Processor of type com.jaspersoft.jasperserver.war.cascade.handlers.converters.DataConverter for class org.apache.xerces.dom.DeferredElementImpl not configured
What am I missing here?
Joined: Sep 13 2017 - 2:59am
Last seen: 5 years 5 months ago
Posted on February 14, 2018 at 8:48am
well i think that your inputcontrol in JRS updates a report parameter that you have to specifiy as usually.
use this report parameter as $P{} into your webservice url stuffs or inside its json if it is a post. ( I didn't try).
HTH
Joined: Feb 7 2014 - 8:42am
Last seen: 4 years 4 months ago
Posted on March 19, 2018 at 7:21am
What Query Language do you have for that Input control query?
I can't find WebServicesQuery in that drop-down list. But it exists as Query Language for Dataset Dialog.
Joined: Oct 16 2017 - 2:59am
Last seen: 4 years 6 months ago
Any idea for this?