Reputation: 1080
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 lot!
Upvotes: 0
Views: 1039
Reputation: 11374
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
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
Upvotes: 1
Reputation: 5115
WebSphere's JAX-WS implementation is built on AXIS2. See this Redbook.
Upvotes: 2