Re: SOAP problem with array encoding
"Hiran Chaudhuri" <hiran.chaudhuri@_at_web_dot.de>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Global Access Telecommunications, Inc. |
| Message-ID | <[email protected]> |
"Hiran Chaudhuri" <hiran.chaudhuri@_at_web_dot.de> schrieb im Newsbeitrag news:[email protected]... "Martin Honnen" <[email protected]> schrieb im Newsbeitrag news:[email protected]... > > > Hiran Chaudhuri wrote: > > > Having tried SOAP calls from JavaScript in Mozilla and succeeded with > > simple ones, I currently don't know how to handle arrays. Has anyone > > out there had a similar problem already? BTW, I solved my problems by finally throwing away all the SOAPParameter and SOAPPropertyBagMutator stuff. Now I initialise a SOAPCall and create the DOM document for the message myself. This way I can encode everything I need. Hiran