What do I need to use WS SOAP?


  • Difference among XML vs SOAP vs WSDL
  • Design of SOAP
  • JAX-WS y JAXB
    • JAX-WS Handlers.
  • Apache CFX
  • Java SOAP Client
  • WS Standars:
    • WS-Security
      • Interceptors.
    • MTOM: for exchanging files
    • WS-Addressing: asynchronous callbacks
    • WS-Policy: assert and mandate certain rules to consume our web services
    • WS-SecureConversation: improve performance while encrypting and decrypting by negotiating a key at the beginning.
    • WS-SecurityPolicy: assert WS-Security requirements.
  • SOAP Faults: excepcions

References

udemy.com/course/java-web-services


Comentarios