View Single Post
  #4 (permalink)  
Old 10-20-2009, 10:24 AM
rrao rrao is offline
Zimbra Employee
 
Posts: 187
Default

Quote:
Originally Posted by alioscia View Post
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)
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote