开发者

Web Sphere Web Services Run-time Implementation

开发者 https://www.devze.com 2023-03-19 03:18 出处:网络
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-t

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

0

精彩评论

暂无评论...
验证码 换一张
取 消