Calling a webservice in javascript
Posted
by user303052
on Stack Overflow
See other posts from Stack Overflow
or by user303052
Published on 2010-03-28T00:34:09Z
Indexed on
2010/03/28
0:43 UTC
Read the original article
Hit count: 245
JavaScript
So, I am trying to make a firefox extension which will use a webservice. I was looking online to find a way to do this. I was wondering if someone could explain what the following objects/methods do:
service.useService(_, _);
service.<`Service Name>.callService();
If there is an alternative that does not include these objects, I would be happy to hear about it.
Thank you very much
© Stack Overflow or respective owner