Hi there i am wondering how i can post a urlencoded string and read in an xml response using HTTPBuilder? I would like to use this inside a Grails application. The REST plugin is no option. I tried the examples given on http://groovy.codehaus.org/modules/http-builder/doc/post.html but this gives me no xml response to read in.
相关问题
- Grails External Configuration. Can't access to
- grails unit test + Thread
- Can I override cast operator in Groovy?
- Use Groovy to Sort XML File
- How to run python commands using groovy in Jenkins
相关文章
- Using Spring Dynamic Languages Support from Groovy
- Grails: How to make everything I create Upper Case
- Grails and Quartz: Bad value for type long
- Groovy Java 9 modules support
- Groovy: What's wrong with this “Hello World” p
- Sending JSON to javascript on GSP
- Create WS security headers for REST web service in
- Grails application is not found after updating to
You can try something like this: