The Artima Developer Community
Sponsored Link

Web Services Forum
SOAP-based communication between system components - Question

1 reply on 1 page. Most recent reply: Oct 1, 2002 1:09 PM by Mark Baker

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Rafal Gwizdala

Posts: 3
Nickname: rgw777
Registered: Jul, 2002

SOAP-based communication between system components - Question Posted: Jul 30, 2002 1:20 AM
Reply to this message Reply
Advertisement
Hi Everyone,

I'm looking for a particular solution for distributed communication in a system.
It should have functionality similar to RMI or DCOM, that is it should allow me to obtain references to remote objects and call methods on them (esp. it should allow bidirectional communication between components, callbacks for event notifications), but it should be based on SOAP (XML) and should run on HTTP protocol (desirably).
There is similar solution on MS .Net platform - .Net remoting can be based on XML messages sent between components, but I want it to run on Java.
The problem with SOAP-based communication examples I have seen is that usually they need a web server to run, and the communication is rather one-way (request-response, no possibility of doing a callback), besides there is no notion of object references.
What I'm looking for is a lightweight XML-based remoting protocol that could be incorporated into system components and would not require running web server.

Many thanks for any help.
Rafal


Mark Baker

Posts: 2
Nickname: distobj
Registered: Oct, 2002

Re: SOAP-based communication between system components - Question Posted: Oct 1, 2002 1:09 PM
Reply to this message Reply
What's wrong with using HTTP to invoke methods on objects/resources? Sure, you've only got a small set of methods to work with, but the Web found them pretty useful. 8-)

Flat View: This topic has 1 reply on 1 page
Topic: how to write a chat in servlet/jsp Previous Topic   Next Topic Topic: Newbie Question

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use