[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: across varied servers

  • From: Xiao Hu <mhu_97@y...>
  • To: joshuaa@m..., johns@s..., RNarayanan@p..., ruff@s..., xml-dev@x...
  • Date: Fri, 7 Jul 2000 20:11:53 -0700 (PDT)

mqseries soap
Thanks for the mail, Josh:
    Yes, you can use SOAP with any protocol u like to,
but the main reason for SOAP to come out is because
the growing needs of E-busniess through Internet which
is the weak area for COM or CORBA, in another word -
SOAP tries to solve problem and make remote Object
Reference more easy ... SO who-ever tries to use SOAP,
the first thing to think about it will be: XML/HTTP
sending/receiving, besides Internet, I do not think
lot of people want to use it, cause DCOM or COM/MTS
calls, CORBA/POA, RMI are more efficient than SOAP -
that's also most of the companies component ware
technologies ....... And I can agree with you about
COM+ only support, I talked with Jeff in VC++
conference in Santa Clara, also with Richard, they all
said COM+ SUPPORT ASYNCH calls, even for COM object, I
can very easily write a middle message router to make
ASYNCH CALL possible, ok it's simpliy like this:

create Observable object ( or publisher object in MS
word ) and Observer object ( or consumer object in MS
word ), in JAVA/CORBA - whenever Observable object
make some changes, the Observer object will catch the
changes by calling Update method in Observer. In
COM(+)/MTS world, just create a empty COM object with
a dual Interface, register this as a COM(+) package,
from Publisher side, call this Interface and send
message, and inside the package call another COM
object ( Proxy Message Routing object )which can send
an outgoing message to all the receiving Consumers,
for ALL THE SYNCH. calls, the messages are directed to
the consumer directly ( bypassing Proxy Object ), FOR
ALL THE ASYNCH CALLS, the proxy object will send the
messages to the consumers (a internal listed target
machines) with pinging the target first periodicaly
and whenever it's back on line, the messages will go
there right away, surely these messages could be
catched in the local repository database, and
combining with MSMQ or MQseries, it'll be more simple
to realize, AGAIN, COM(+) support ASYNCH CALLs, YES,
cheers.

mark@f...
212-680-8664/8663
646-872-7341(cell)

----- Original Message ----- 
> COM+ is just COM with some extra services -- Anyway,
> CORBA and DCOM calls are both *synchronous* methods,
> as are sockets.  I assume you really do want asynch.
> communication?  SOAP/XML-RPC is a more open,
standard
> way to make calls between systems supporting CORBA,
COM,
> or practically anything else.  Most SOAP
implementations
> are based on HTTP, though; and since your question
was
> about a way to send XML data, you are in the same
boat.
> 
> Making NT and Unix communicate over MSMQ/MQSeries is
> not nearly as difficult as you might think.  Both
products
> are, IMHO, very easy to use.  SMTP is also quite
easy,
> and using a database as a queue is also easy.  I
suggest
> you start with whichever one you prefer and try to
prototype
> it.  It's not tough..

From: "Joshua Allen" <joshuaa@m...>
To: <johns@s...>; "'mark hu'"
<mark@f...>; "'Narayanan, Ramesh'"
<RNarayanan@p...>; "'Marcel Ruff'"
<ruff@s...>; <xml-dev@x...>
Sent: Friday, July 07, 2000 7:55 PM
Subject: RE: XML across varied Servers


> Dave Winer's Definition:
> 
> "SOAP is an XML format, specification, and a set of
implementations that
> allow software running on disparate operating
systems, running in different
> environments to make procedure calls over the
Internet."
> 
> I think of it as a complement to COM or CORBA,
though, not
> necessarily a replacement.  SOAP doesn't have to run
over
> HTTP, BTW -- you can send and receive SOAP messages
over
> any transport you like.
> 

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail ? Free email you can access from anywhere!
http://mail.yahoo.com/

***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.