Creating SOAP Services with Cocoon
As XML.com: Creating SOAP Services with Cocoon points out, Cocoon makes it simple to create web services and then open them up to SOAP.
Built inside of Cocoon there is the SoapServerImpl class, which implements the http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/axis/SoapServer.html interface.
So it is clear that Cocoon 2.1 has SOAP support built right into it's Java guts and exposes it with a nice XML interface.
SOAP is an XML interface. Cocoon is an XML application server. What conjoining could be more obvious?
Built inside of Cocoon there is the SoapServerImpl class, which implements the http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/axis/SoapServer.html interface.
So it is clear that Cocoon 2.1 has SOAP support built right into it's Java guts and exposes it with a nice XML interface.
SOAP is an XML interface. Cocoon is an XML application server. What conjoining could be more obvious?
0 Comments:
Post a Comment
<< Home