View Single Post
  #8 (permalink)  
Old 05-09-2006, 06:01 PM
JoshuaPrismon JoshuaPrismon is offline
Zimlet Guru & Moderator
 
Posts: 431
Default

Quote:
Originally Posted by KevinH
You can set AjxRpc headers like this:

Code:
var rpcId = AjxRpc.invoke(requestStr, uri, {"Content-Type": "application/soap+xml; charset=utf-8"}, rpcCallback);

Excellent. I will work that into the documentation!
Reply With Quote