Mathematica 8.0 interaction with a web server JSP using HTTP POST and XML
Whilst this may not be a better way, an alternative approach to circumvent the need of J/Link would be to set up an intermediate CGI script to translate the request from GET to POST for you. This script file would sit on an accessible server, it would take the specified GET query, make a POST … Read more