Re: Advantages of using Remoting with http and SOAP hosted in IIS
From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 01/10/05
- Next message: Ken Kolda: "Re: How do i set remoting to listen ONLY on the local loopback interface"
- Previous message: Ken Kolda: "Re: Binary Formatter / DataSet Serialisation Question"
- In reply to: Dan Kelley: "RE: Advantages of using Remoting with http and SOAP hosted in IIS"
- Next in thread: a: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- Reply: a: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- Messages sorted by: [ date ] [ thread ]
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/
> >
- Next message: Ken Kolda: "Re: How do i set remoting to listen ONLY on the local loopback interface"
- Previous message: Ken Kolda: "Re: Binary Formatter / DataSet Serialisation Question"
- In reply to: Dan Kelley: "RE: Advantages of using Remoting with http and SOAP hosted in IIS"
- Next in thread: a: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- Reply: a: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|