Deploy and Consume SOAP (JAX-WS) Web Service on Tomcat And Metro

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 4

  • @dtest8613
    @dtest8613 3 ปีที่แล้ว

    Hello. Is it necessary to add the libraries such as Apache CXF, Axis2 or Metro? Java doesn't have JAX-WS built in? Thanks

    • @javatips5979
      @javatips5979  3 ปีที่แล้ว +2

      Hello,
      It has JAX-WS api specification only, but we still need library makes implementation for JAX-WS like
      axis, cxf, metro
      It is exactly like Java provide built in jdbc api, but we still need implementation - called jdbc driver-
      For example We need oracle jdbc driver for working with Oracle,
      And mysql jdbc driver to work with mysql

    • @dtest8613
      @dtest8613 3 ปีที่แล้ว

      @@javatips5979 Hello. Reviewing on the internet Java 1.6 implemented a JAX-WS implementation. therefore, one could develop JAX-WS web services without the need to use Axis2 or CXF. Is this true? If this was done in Java 1.6, why do current versions of java need to import the libraries, or do they no longer have JAX-WS implemented? Could you help me understand this question, please. Thanks.

  • @giuseppedecesare5453
    @giuseppedecesare5453 3 ปีที่แล้ว

    you save me ty