hi, im using a library for soap calls from but i have a problem with it not fully working in FireFox, namely - after this call
the object o
contains [object Object] while i need its string contents, and i cant see any way to convert it properly to String
all this works properly in IE, Opera, and even in FireFox sometimes, but most of the time it fails in FireFox
how can i fix this?
------------------------
Code:
return SOAPClient._node2object(node, wsdl);
Code:
var o = null;
o = SOAPClient._soapresult2object(nd[0], wsdl);
all this works properly in IE, Opera, and even in FireFox sometimes, but most of the time it fails in FireFox
how can i fix this?
------------------------