Consume Web Service from Web Browser

Has anyone Consumed a Web Service from Web browser?I can find hundreds of code samples for .Net but none that look like they will work on Lotus Notes web pages.

AJAX, JSON, Prototype.js, etc… I do not care.

Any sample code that you have I would love for you to send to me. PLEASE!!!

Subject: Consume Web Service from Web Browser

If your using lotus notes 8 you can create inside lotus notes,

if your using using <8 then write java to consume webservice using java,

if you want to consume webservice using javascript, i don’t think you can do it. you can use AJAX in the place of webservices if you want to consume using JavaScript.