Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2005

Tip: Looking for answers? Try searching our database.

xml web services vs .net remoting

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Joe - 03 Aug 2005 09:56 GMT
Question
1.) Since xml web service interface can be obtained directly by wsdl, but
.net remoting need to have the dll (interface) and then take reference to the
solution, right?
2.) remoting need to be the same intranet?
Mehdi - 06 Aug 2005 00:25 GMT
> Question
> 1.) Since xml web service interface can be obtained directly by wsdl, but
> .net remoting need to have the dll (interface) and then take reference to the
> solution, right?

Yes, with .NET Remoting you need to have the interface of the remoted
objects in a DLL referenced by both the server and client applications.
There are other ways to access a remote object through .NET Remoting
without this shared DLL, but having never experienced them, i couldn't tell
you how they work.

> 2.) remoting need to be the same intranet?

Not at all. We at the moment have an application with the server hosted on
our LAN and the client applications a bit everywhere on the Internet. It
works just fine (although if you want to do that, you should probably have
a look at Genuine Channels to avoid the firewall/proxy problems when making
callbacks from the server to the client: www.genuinechannels.com).

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.