I have a ruby ββserver-side program that uses a specific library to send a request to the olap server and gets a result data set from the same library.
For some reason, I donβt want to call library methods to get the result dataset, and I want to directly get the XMLA result. But I do not know what is the code in ruby ββ(or jruby?), To do this. I want to send a request and get the XML text "text" from my leisure service (which is in ruby).
source share