Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)
Petr
Created on: 21 Jul 2020 07:07
Type: Bug Report
0
Dynamic URL in WebServiceDataSource does not work properly with inline parameter containing question mark character in Report Designer in configuration wizard
I would like to dynamically set the Service URL (including query string parameters) with web service data source wizard.

My dynamic URL needs to contain many query string parameters which are constructed on the fly, so I do not want to define these query string params as Query parameters in wizard.

I tried to created inline parameter @Url and set it to the Service Url in Report designer in web service data source wizard. However, when I run preview for data I see in Fiddler, that it cut off all strings in URL after question mark including.

Predefined original request in @Url:

https://xxx.com/data?$skip=0&$top=50&$select=Id,Name&$orderby=Name&$count=true 

Fiddler request output (what wizard actually sent):

GET https://xxx.com/data HTTP/1.1
Accept: application/json, application/json
Prefer: return=representation
Host: xxx.com
0 comments