Do you have access to ColdFusion as a backend?  If so, there is already a
jquery/javascript framework called ajaxCFC that handles the heavy lifting
for you.  You can pass data and complex objects back and forth with ease.

You also mentioned a "separate web app" - keep in mind that you can only
make ajax calls to a web service on the same domain your web app came from,
though that web service can act as a proxy to pull information from other
servers...


Bruce-34 wrote:
> 
> Hi.
> 
> I'm looking for a sample code/site that really walks through the entire
> process of creating a sample website that exposes a test api/web service.
> 
> I'm looking to create a test app that demonstrates a test web app, as well
> as an api for the app. I'd then like to be able to implement the api in
> jscript from a separate web app, to invoke the api from a separate web
> app.
> 
> In searching google, I haven't found what I'm looking for. I've seen
> various
> sites that discuss apis of other companies (google, yahoo, flickr, etc...)
> but nothing that actually walks the user though how to create this process
> from the beginning to the end...
> 
> If you have any pointers, let m eknow.
> 
> Thanks
> 
> -Bruce
> [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/web-services-api---jscript-invocation-tf3408500.html#a9496179
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to