Re: Advantages of using Remoting with http and SOAP hosted in IIS

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 01/10/05


Date: Mon, 10 Jan 2005 08:26:28 -0800

I would second Dan's statement -- if you're writing an interface for third
parties to integrate with, use web services instead of Remoting/SOAP. If the
only consumer will be your own application(s), the Remoting using the binary
formatter is an appropriate choice.

Ken

"Dan Kelley" <DanKelley@discussions.microsoft.com> wrote in message
news:513FE235-4D72-41C9-A9BA-0D965D31AD38@microsoft.com...
> None. .Net remoting SOAP does not equal web services standard SOAP. Using
the
> HTTP channel sllows you to host in IIS, with all of the associated
benefits.
> Regardless of what channel I was using, I would always the binary
formatter.
> To interoperate with aother applications (if they were not under my
control)
> I would then turn to web services.
>
> Hope this helps
> Dan
>
> "Pankaj" wrote:
>
> > Hi,
> > I unerstand that if you choose IIS to host your .Net Remoting components
with HTTP channel and SOAP formatter, you get the built-in security and
configuraion features of IIS. Also we can expose it to use for the web
services clients. But using HTTP with SOAP has got the least performance
amoung all others (ex TCP with Binary etc).
> >
> > The question is what are the advantages of using http with SOAP over
http with Binary formatter?
> > What are the other benifits of using IIS with http and SOAP?
> >
> > Pankaj
> >
> >
> >
> > ---
> > Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/
> >



Relevant Pages

  • Re: A web service inside a windows service?
    ... performance of Remoting SOAP to Remoting Binary. ... Architecture which would put you back in Web Services. ... > web services are only allowed to use the SOAP Format for communications ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: A web service inside a windows service?
    ... performance of Remoting SOAP to Remoting Binary. ... Architecture which would put you back in Web Services. ... > web services are only allowed to use the SOAP Format for communications ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: A web service inside a windows service?
    ... performance of Remoting SOAP to Remoting Binary. ... Architecture which would put you back in Web Services. ... > web services are only allowed to use the SOAP Format for communications ...
    (microsoft.public.dotnet.general)
  • Regarding BEEP (Blocks Extensible Exchange Protocol)
    ... Ethan Cerami) book that SOAP over BEEP is highly efficient that SOAP over ... So if I am thinking of implementing Web Services gateway in my ... is it better to use SOAP over HTTP? ...
    (comp.lang.java)
  • Regarding BEEP (Blocks Extensible Exchange Protocol)
    ... Ethan Cerami) book that SOAP over BEEP is highly efficient that SOAP over ... So if I am thinking of implementing Web Services gateway in my ... is it better to use SOAP over HTTP? ...
    (comp.lang.java.programmer)