Re: soap messages
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
rami messiha wrote: > i am trying to use web services within a thunderbird extention. i > followed the tutorial at > http://www.oreillynet.com/pub/a/javascript/synd/2002/08/30/mozillasoapapi.html > > but i got a very strange error. > > when i get a string response i could access it using result.value() as > in the tute. Where does the tutorial say that you should access result.value() ? That would be a method call. > however when i try the same with anything else be it a > boolean or an integer i get nothing back. doing a result.type() gives > me the respective (and correct) type but result.value() is still a > blank. any ideas on what to o You will need to post details about the web service you are trying to access, a description of the methods you are trying to call, the (URL to the) WSDL if there is one. How is that service implemented? Do other web service clients work with the service but Mozilla fails? And then show us exactly which code you are using, where the result variable is set for instance so that it is clear what you are doing. -- Martin Honnen http://JavaScript.FAQTs.com/