Re: [DOTNET] SoapVRoot

2002-04-15 Thread Marina Zlatkina
I actually found out through an article on msdn, that there is a check box on the activation tab of the properties page for the COM+ app, which allows you to allow SOAP and specify the soapvroot attribute. That created the appropriate directory, and I just had to manually create the proxy for the

Re: [DOTNET] SoapVRoot

2002-04-15 Thread Marina Zlatkina
I added this attribute to a componenet and registered with COM+. However, i don't have the soapvroots folder you mentioned in c:\windows\system32 \com. I am working on XP, what are the limitations, and what does it do now? Also, are there any articles or sources you can point me to so I can learn

Re: [DOTNET] SoapVRoot

2002-04-15 Thread Ron Jacobs
AM To: [EMAIL PROTECTED] Subject: [DOTNET] SoapVRoot Hi, Does anyone have any information on the SoapVRoot attribute, other then what it says in the docs? The documentation says that setting it, allows clients to use the ServicedComponent through a web service, as well as the old fashioned way

[DOTNET] SoapVRoot

2002-04-15 Thread Marina
Hi, Does anyone have any information on the SoapVRoot attribute, other then what it says in the docs? The documentation says that setting it, allows clients to use the ServicedComponent through a web service, as well as the old fashioned way, but simply setting the attribute doesn't seem to do