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...
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
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