Talk:Accessing Web Services in Mozilla Using WSDL Proxying
From MDC
this article is great, I tried out the approach.
I have one question: If my return value from a SOAP operation is a complextype, and the structure has a member whose name contains "_" underscore, then the encryption can not be done correctly. e.g.
account{
account_number, account_owner
}
then in Javascript debugger, I could see that the internal datastructure obtained from the callback function contains account{
acount_%232424number, account_%34234owner
} and the name aparently has been mangled.
is this a bug??