Re: calling DCOM from within a web service
From: Keenan Newton (kameleon_dj_at_yahoo.com)
Date: 02/20/05
- Next message: Brian Cuthie: "FrontPage Extensions problems creating web servcies from VS.NET 20"
- Previous message: Pedro Roseiro: "RE: ASP.NET Certificate Problem on Windows 2003"
- In reply to: ariella_at_tradertools.com: "calling DCOM from within a web service"
- Messages sorted by: [ date ] [ thread ]
Date: 20 Feb 2005 13:07:37 -0800
Web Services only support simple types. What you would want to do is
use a web service as a facade for the COM+ component. Web services are
meant to pass the message (data) as opposed to the implementation.
However it can only pass certain implmenentations. see the following
Microsoft support link.
http://support.microsoft.com/default.aspx?kbid=326791
- Next message: Brian Cuthie: "FrontPage Extensions problems creating web servcies from VS.NET 20"
- Previous message: Pedro Roseiro: "RE: ASP.NET Certificate Problem on Windows 2003"
- In reply to: ariella_at_tradertools.com: "calling DCOM from within a web service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|