So - I am evaluating some web services written with Oracle's JDeveloper that are deployed on OAS. From poking around, it is unclear whether these web services can be used on other app servers.
There are both REST and SOAP/WSDL based services.
I am looking at other stacks to write web services with. I would like something that is not bound in any way to a particular application server. (If we have to be bound to an app server,
JBoss is probably okay)
So what is out there? I know of these:
-Axis:
http://ws.apache.org/axis/ -Axis2:
http://ws.apache.org/axis2/ -Spring-WS:
http://static.springframework.org/spring-ws/sites/1.5/ -CXF (formerly Xfire):
http://cxf.apache.org/ Will all of those meet my goals? Are there any big ones that I'm missing? I'd like to evaluate all of them and make a decision from there.
Thanks
John