Quote:
Originally Posted by alioscia Thanks Joshua for your reply!
I bypassed the POST problem using the useGet flag of AjxRpc.invoke function using the serverUrl followed by the params passed to the jsp.
This is the signature: Code: AjxRpc.invoke = function(requestStr, serverUrl, requestHeaders, callback, useGet, timeout) Now the zimlet is working properly.
By the way.. the POST problem is not "solved" yet..  |
alioscia,
Its most likely a bug w.r.t POST to custom-jsp throwing 405, I think web.xml isn't configured properly to allow this.
With that exception, AjxRpc.invoke should work just fine like in 5.0.x (i.e. http get and http post to external sites; http get to internal jsp)