Thanks for the response. I am not sure if that is possible, though.
The majority of the users use Windows Authentication to access the CRM system. They can use also use a separate login/password for the system. However, most users don't even know this and just use the windows auth (this is determined by the URL they use to get to the app). Unfortunately, there is no way to use windows auth over the web service, so credentials must be provided. Theoretically we could force everyone to login to the MG:U app. BUT, most of the users are unaware they even have a separate login / password... let alone know what they are. And, I can't retrieve their password because of the hashing and salting. Honestly, I don't think whatever solution I come up with is going to be very good. At some point I will need to submit the form to process the form fields, run business logic, submit the the values to the opener frame wait for a response and take the response (which will contain ids) and then insert them into the MG:U app. I was hoping to use ajaxCFC to directly call my controller and give me access to 'makeEventBean', to mitigate some of the crappy javascript redirects that are gonna have to happen. In the wise words of David Hasselhoff, "this is a mess". ;-) * if you didn't get that... google: 'david hasselhoff+this is a mess' ... for some entertainment. On Sep 9, 3:02 pm, Steve Brownlee <[EMAIL PROTECTED]> wrote: > Could you just create a proxy object that the MG:U application hits > and records the userid/pwd of the user. The proxy would then use the > existing "anonymous" credentials to access the existing service layer. > > Client <---> Proxy <---> CRM app --~--~---------~--~----~------------~-------~--~----~ 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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
