SOAP is basically an RPC mechanism using XML both as
the payload and descriptor of the request. HTTP is
most commonly the transport protocol, but it is
feasible to use almost any protocol. The packages and
toolkits availabel right now suppor the use of HTTP as
well as SMTP and POP.

I would envision a JMS based SOAP service as a
consumer of a specidied queue. A client would package
up a request in XML (the standard for the format of
the request being specified by SOAP) and the server
would receive the message, unpackage the XML request,
invoke or pass on the request and at some point return
a SOAP response to the sender, either by a
pre-designated queue or by a specified response queue
defined in the request package.

Does any of this make any sense ? Anyone interested in
making a go of an implementation ?

//Nicholas



--- yuexiang <[EMAIL PROTECTED]> wrote:
> Actually I also has this unclear idea about this.
> However, when I read something about SOAP, I am
> confused by myself.
> I think SOAP is XML based RPC calling mechanism. I
> failed to
> establish relationship between JMS servers and it.
> 
> If who have some ideas such as the benifits of the
> combination of them,
> please let me know.
> 
> yangyuexiang
> 
> 
> 
>
------------------------------------------------------
> SwiftMQ developers mailing list *
> http://www.swiftmq.com
> To unsubscribe from this list, send an eMail to 
> [EMAIL PROTECTED] and write in the body of your
> message:
> UNSUBSCRIBE developers <your-email-address>
> Archive:
> http://www.mail-archive.com/developers@mail.iit.de/
> 
> 
> 
> 


=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (973) 615 9646
[EMAIL PROTECTED]

Laugh your pants off with Lionel at eYada.com.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to