Using COM+ in jQuery

Using COM+ in jQuery

Hello.  I am new to mobile apps.  A lot of the examples I have seen are static pages.  I have COM+ object that contains complex algorithms.  It accepts a few parameters.  I then goes pulls data from Oracle tables and does calculations.  Ideally I know it should be some web service.  Is there any ways to instantiate a COM object running in COM+ package, push some parameters, and pull some calc results from that object?
 
Thanks
Avatar