Thanks for all the replies from everyone. What it is for is somewhat
dependent upon upon what I'm able to do with it. :) Basically the main
app is an interface to authorize.net's Customer Information Manager
and Automated Recurring Billing. I've got a main management console
basically completed, where a merchant can go in, add, update, and use
customer payment info, and add/edit recurring subscriptions, etc. A
particular merchant may have an online store where I'd also want the
customer to be able to select, and edit if necessary, one of his saved
payment profiles at checkout. Or purchase a subscription.

My main goal is to be able to access the methods in the main
management system without having to install it under the online
store's application, perhaps even on a separate server.

I'm going to look at Doug's Coldspring code.

To Rich: I get the same thing. Form is not defined.

To Dan: I already deleted the mess I had. I downloaded the file and
I'll try it if I get back to that point.

On Jan 14, 11:02 am, Chris Blackwell <[email protected]> wrote:
> Start from the begining, what is the webservice for?
> Because depending on what it is you are trying to achieve, RemotingService
> may or may not be the way to proceed
>
> 2010/1/14 Bud <[email protected]>
>
> > Can someone give me some straight forward steps for creating web
> > service to run against my Model-Glue app? The documentation I've found
> > on using RemotingService.cfc (http://docs.model-glue.com/wiki/HowTos/
> > HowToUseRemoting) hasn't worked for me.
>
> > Error: "form is not defined" is being generated from the
> > AbstractRemotingService.cfc. If I check for isDefined('form') then I
> > get this error:
>
> > "You have attempted to dereference a scalar variable of type class
> > java.lang.String as a structure with members."
>
> > That's being generated from the getModelGlue().executeEvent
> > (argumentCollection=arguments) call in the same file.
>
> > Ya know, I've spent 10 years with CF, all the time thinking I'm
> > getting smarter, then I try to get into this MVC type development and
> > I just feel like I'm back to being stupid again. :)
>
> > --
> > Model-Glue Sites:
> > Home Page:http://www.model-glue.com
> > Documentation:http://docs.model-glue.com
> > Bug Tracker:http://bugs.model-glue.com
> > Blog:http://www.model-glue.com/blog
>
> > You received this message because you are subscribed to the Google
> > Groups "model-glue" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<model-glue%[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/model-glue?hl=en
-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to