Giving parameters in RapidMiner Studio to RapidMiner Server
vsantosp
New Altair Community Member
Hello
I am creating a web application with web services in RapidMiner Server. I have given some parameters previously defined in the rapidminer studio macro and it does not filter me as it should be, since in the results I get all 0.
I'm following the web services tutorial and I've put the parameters as it says.
I do not know how to do to take those parameters and filter me so I can get the results right.
Thank you
I am creating a web application with web services in RapidMiner Server. I have given some parameters previously defined in the rapidminer studio macro and it does not filter me as it should be, since in the results I get all 0.
I'm following the web services tutorial and I've put the parameters as it says.
I do not know how to do to take those parameters and filter me so I can get the results right.
Thank you
0
Best Answer
-
Hi @vsantosp,
In the Web service details you can click on "Test". Then you are forwarded to a page where you see and test the results of the webservice with different macros.
Also on the right you can see how the corresponding URL for this webservice would look like (e.g.http://localhost:8080/api/rest/process/myWebService?myMacro=abc).Make sure to encode special characters in the URL!Happy Mining,
Edin
5
Answers
-
Hi,
can you tell us a bit more about the structure of your application?
Is the web app built on RM Server, too? Or is a separate web application using the services on RM Server?
You've created the macros in the process context? Are they called accordingly in the web service definition?
Regards,
Balázs0 -
Yes, I built the process in RM server too and I definded the parameters in macros of the process context.Any idea?Thanks0
-
Hi @vsantosp,
In the Web service details you can click on "Test". Then you are forwarded to a page where you see and test the results of the webservice with different macros.
Also on the right you can see how the corresponding URL for this webservice would look like (e.g.http://localhost:8080/api/rest/process/myWebService?myMacro=abc).Make sure to encode special characters in the URL!Happy Mining,
Edin
5