Skip to content

Commit

Permalink
Default value for server input changed
Browse files Browse the repository at this point in the history
The previous given default is not working with the code. The code checks for the .asmx ending of the URL and appends the default endpoint ReportService2010.asmx if needed. The URL ending with ?wsdl resulted in an improper append of /ReportService2010.asmx which will not work at all.
  • Loading branch information
phkrug authored Sep 9, 2020
1 parent 85944c6 commit 50d9147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"name": "url",
"type": "string",
"label": "ReportService2010 endpoint URL",
"defaultValue": "http://your.server/ReportServer/ReportService2010.asmx?wsdl",
"defaultValue": "http://your.server/ReportServer/ReportService2010.asmx",
"required": true,
"helpMarkDown": "The Report Server Web service ReportService2010 endpoint URL"
},
Expand Down

0 comments on commit 50d9147

Please sign in to comment.