I want to do a POST request to a web service in grails, but it seems like the available JAVA solutions are on a very low abstraction level, like building the POST request myself (here is the sample I found: http://www.exampledepot.com/egs/java.net/Post.html)
Is there a better solution for this problem in Grails? I searched through the manuals and other stuff, but did not really find something. Just wondering, because normally I did not see much code like this wen developing Grails.
So if there is no other solution, then this will also be O.K., abstracted by me and hidden somewhere in our libraries, but I guess there is a better solution somewhere.