Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.0, Java-SCA-1.0.1
-
None
-
Patch Available
Description
Axis2 binding currently supports SOAP over HTTP, a simple SOAP/JMS support could be added using the Axis2 functionality. The following email thread has information about the proposed enhancements.
http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg20760.html
Attached patch file has support for SOAP/JMS along with samples containing service and reference. This patch modifies axis2.xml and Axis2ServiceProvider class to create a SOAP/JMS service based on specified @wsdl.port and @uri/@wsdl.binding in <binding.ws> element. Currently it doesn't support EndpointReference or extensibility elements as discussed in the email thread.