Re: web service proxy under XPCOM
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Tee, Leong-Chiang wrote: > I tried the web service written in JavaScript, it worked perfectly. > However, I cannot find any documentation to using this proxy model under > my XPCOM. Is it true that the proxy in current state can only work via > XPConnect? As XPConnect simply exposes XPCOM components to JavaScript I think it should be possible to use those components from C++ as well. Are you not able to use the stuff documented here <http://xulplanet.com/references/xpcomref/group_WebServices.html> from C++? -- Martin Honnen http://JavaScript.FAQTs.com/