Ok so I haven't had time to submit a patch yet but I'm using the following code change successfully in cxf-utils.js (line 718) if anyone is interested in the mean while.
if (headers) { // must be array indexed by header field.
for (var h in headers) {
if(headers.hasOwnProperty(h)) {
this.req.setRequestHeader(h, headers[h]);
}
}
}
--
View this message in context:
http://old.nabble.com/WSDL2JS-and-Ext-JS-woes-tp26420788p26525276.html
Sent from the cxf-user mailing list archive at Nabble.com.
