On Jul 23, 2007, at 9:15 PM, William Henry wrote: > How would this work then? You just use HTTP as a way to send SOAP > messages but in the SOAP you'd have defined set of uniform methods/ > operations?
The SOAP spec never mentions the term "operation" - this is a concept added by WSDL. It's possible to publish "order" or "invoice" documents wrapped in a SOAP envelope to a JMS topic. In the same way they can be transferred via POST to the www.examples.org/orders/ collection resource. The semantics are in the JMS configuration in the first case, in the URI and method in the second case. Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/
