all groups > dotnet web services > october 2005 >
You're in the

dotnet web services

group:

Calling remoting object from webservice?


Calling remoting object from webservice? Sascha Schmidt
10/24/2005 9:38:21 PM
dotnet web services: Hello!

I would like to call a remoting object ( likely as a server activated
singleton)
from an IIS hosted webservice.

Is this generally possible? Or is there a fundamental problem?

I searched in the internet for a while, but didn't found code examples yet.
Any links / source fragments are highly appreciated.

Thanks in advance!
RE: Calling remoting object from webservice? Kumar Shetgar
10/25/2005 7:55:02 PM
Yes, You can do it.
Calling singleton from an IIS hosted webservice should be a problem.
You may go through it on MSDN...at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/introremoting.asp

Hope that helps !

--Kumar Shetgar

[quoted text, click to view]
Re: Calling remoting object from webservice? Usenet Honey Pot
10/25/2005 7:55:50 PM
Sascha Schmidt <sascha@nospam.com> wrote in news:djjd3v$kl7$1@online.de:

[quoted text, click to view]

Have you considered hosting the using IIS to host your remoting object -
not sure if you can host singletons however.

Or would you like to have a web service interface into your singleton
object?

--
Re: Calling remoting object from webservice? Sascha Schmidt
11/5/2005 12:00:00 AM
Usenet Honey Pot schrieb:
[quoted text, click to view]
At first: Sorry for answering quite late.

No, i have not considered this, because i want to keep the existing
remoting server unmodified as far as possible.

But i was successful: Using single calls from the webservice, which
call the internel singleton itself works quite fine. The singleton
ist hosted by an standalone-application (or a classic windows service).

[quoted text, click to view]

I'm not sure what you want to say, sorry.

Greets
AddThis Social Bookmark Button