Convert Web services to COM+

Hi Guys,
I have an exisiting web services, now i need to convert it into COM+, meaning this COM+ will expose the webservices. How to do that ?
Is there any work around for this ? Does anyone have the detailed steps to achieve this. Thank You

regards...

[266 byte] By [MeMyselfNDotnet] at [2007-12-16]
# 1
Hi,

From your question its not very clear if you want to have a WebService that also runs in COM+, or use COM+/Enterprise Services as a communication medium between client and server.

If you want the webservice to be transactional and use COM+, then there is a attribute which does that - Read the following article:
http://www.oreilly.com/catalog/comdotnetsvs/chapter/ch10.html

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 2
Hi,
I want to use COM+/Enterprise Services as a communication medium between client and server. Im reading on that article which u sent now...

regards
abhi

MeMyselfNDotnet at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 3
Hi,

If you want to use it as a Communication Layer then read this article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/entserv.asp

In that article goto section: Remote Components

All the options available for using Enterprise Services as a communication layer are discussed clearly and also the steps needed are also explained.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 4
Hi,
Let me put my question more clearly. I have an exisiting web services, which i being accessed by my dotnet module, as well as the Java side (another team accessing the same webservices).
Now the task is to use COM+ to expose this web services. Which means, the other site wont be referencing to the web services any more. They will refer to the COM+ now.
As i have mentioned the web services, methods are up and running. Now i need to expose those as COM+.... Hope u knw wat im trying to explain...
thanks vikram for the articles.... but tat doesnt solve my problem completely

regards,
abhi

MeMyselfNDotnet at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 5
Please consider using the APIs in the System.EnterpriseServices namespace:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconwritingservicedcomponents.asp

Daniel Roth

DanielRoth at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified