system
1
At the moment we refresh webi reports via RestFUL powershell.
I am struggling to work out how to now run a publication via RestFul in powershell.
Have header as: $headers = @{“X-SAP-LogonToken” = “$LogonToken” ;“Accept” = “application/json”;“Content-Type” = “application/json”;“X-SAP-PVL” = $contentLocale};
Not quite sure what the put method should be.
Sili (BOB member since 2016-05-21)
system
2
[Moderator Note: Moved from General Discussion to SDK (VBA/ASP/JSP)]
Marek Chladny
(BOB member since 2003-11-27)
system
3
Which version of BOBJ are you using? I don’t thing publication-specific stuff is available until 4.2 with either SP3 or SP4 (not sure which…)
-Dell
hilfy
(BOB member since 2007-04-16)
system
4
We’re using 4.1 SP6
Sili (BOB member since 2016-05-21)
system
5
Then I don’t think you’ll be able to do this through the RESTful Web Services until you’re able to upgrade your system.
-Dell
hilfy
(BOB member since 2007-04-16)