Web Sphere Web Services Run-time Implementation
According to the answer to this question, WebLogic uses the JAX-WS RI internally to implement the JAX-WS standard. Does anyone know if Web Sphere uses any third party package as its web services run-time implementation (JAX-WS, JAX-RPC or any other not standard option that may be available on WAS)?
Thanks a l开发者_运维技巧ot!
WebSphere's JAX-WS implementation is built on AXIS2. See this Redbook.
You should not worry about the engine used by the WAS run-time. What you need to be aware of is the specs that you are after supported by WAS.
Look at this URL for the Supported Specs for WAS 7
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rovr_specs.html
Look at Table 7. Supported specifications and APIs for Web services. The product supports the specifications and APIs in this table.
Also refer to the FAQ on WebServices @ http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rwbs_faq.html
HTH
Manglu
精彩评论