Coming from this question : BO 4.X Webi download report from excel
I've started to create a VBA macro sending HTTP request to BO server, my goal being to get a report in Excel format (Using webservices or converting the incoming HTML of OpenDocument).
Problem is I can't get Logon token. I end up having a 404 tomcat error.
Does anybody have a clearer vision of what would the problem be ?
Below my suppositions :
- Wrong HTTP request (though I checked URL, header and body plenty of time)
- I can't use restFUL webservices with BO being installed on a Tomcat Server. Sources : http://bihappyblog.com/2012/11/05/businessobjects-4-0-restful-web-service-proxy/ - https://scn.sap.com/thread/3743867
Note : Though the Javascript workaround of the first link looks interesting, I'd like to avoid implementing additionnal unsupported layer.