The idea behind it is to implement the entire SOAP protocol in pure StAX for efficiency (e.g. the handling of headers, mustUnderstand, roles, relay behaviour and so forth), then allow the registration of specific handlers for specific headers (such as for WS-Routing, WS-RM etc) or to handle the SOAP body.Read more about ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation
-
ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation (3 messages)
- Posted by: Dion Almaer
- Posted on: September 21 2004 11:26 EDT
James Strachan must not sleep. He has now created ActiveSOAP, a new open source project, which is a pure StAX based implementation of the SOAP 1.2 protocol for implementing document centric Web Services and SOAP intermediaries. Currently HTTP and JMS are supported transports.Threaded Messages (3)
- ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation by Cetin Karakus on September 22 2004 06:14 EDT
- ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation by Vic Cekvenich on September 23 2004 10:29 EDT
- ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation by James Strachan on September 23 2004 14:42 EDT
-
ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation[ Go to top ]
- Posted by: Cetin Karakus
- Posted on: September 22 2004 06:14 EDT
- in response to Dion Almaer
it seems that James is building an "Active" stack.
keep on! -
ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation[ Go to top ]
- Posted by: Vic Cekvenich
- Posted on: September 23 2004 10:29 EDT
- in response to Dion Almaer
I like. I will test it.
.V -
ActiveSOAP: Pure StAX based SOAP 1.2 protocol implementation[ Go to top ]
- Posted by: James Strachan
- Posted on: September 23 2004 14:42 EDT
- in response to Vic Cekvenich
I like. I will test it..V
We're a little light on documentation as things are quite new, but here's an example of dispatching an XMLBeans based service, using a simple POJO, as either a REST or SOAP endpoint.
http://activesoap.codehaus.org/XMLBeans?refresh=1
The nice thing about the ActiveSOAP stack is its just as easy to publish services as pure REST endpoints (sending XML over HTTP or JMS) as it is over SOAP.
James
Protique
Enteprise Open Source Solutions