I would have went with a web service myself.
Message from Paul Cowan <[EMAIL PROTECTED]>@DISCUSS.DEVELOP.COM received on 06/26/2006 02:45 AM 06/26/2006 02:45 AM Paul Cowan <[EMAIL PROTECTED]>@DISCUSS.DEVELOP.COM Please respond to "Discussion of advanced .NET topics." <ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> Sent by "Discussion of advanced .NET topics." <ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM cc: Subject: [ADVANCED-DOTNET] Design Question Hi all, I have the following headache concerning a web app. for which we are entering the design stage of the process. We are doing the front end work and a Microsoft product called Navision is taking care of most the business logic. Another company has been charged with this work. Methods for say creating credit cards for example are handled by Navision. The way the company have handled this is to communicate via MSMQ where by we place xml messages on a queue that are then handled by Navision. This would be fine if we were just placing messages on the queue but sometimes we get xml returned to us that we need to display or process. >From an ASP.NET perspective I think I need to look at doing this type of thing Asynchronously. I know in .NET 2.0 you can use asynchronous pages but am wondering how best to model this MSMQ interaction. I don't want to wait for a synchoronous msmq call but don't know if it can be done async. Also will I need to create a windows service to process these queue messages? What are people's thoughts in how I should model this web page interaction with MSMQ, I am thinking of a proxy pattern but maybe there is a better way. Let me know your design considerations. [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com