skwong Posted March 7, 2016 Posted March 7, 2016 We want to use web service as a datasource in our Jasper Reports version 6.2. In Jaspersoft Studio version 6.2 (community) we have a Base URL defined as: https://mywebservice/location/Content Type: GET ParametersName: param1, Value: $P{param1}Our understanding is that the query generated by Jasper Reports will be: https://mywebservice/location/?param1=$P{param1}Unfortunately the web service Base URL does not accept ?param1. Instead the URL should be: https://mywebservice/location/$P{param1}What can be do in this case?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now