Tag archives for jax-ws web service
JAX-WS Exceptions and Faults: Annotation, Exception and Fault Handling Examples
JAX-WS exception and SOAP fault handling sometimes confuses a Java programmer. This article explains the handling of JAX-WS exceptions and SOAP Fault with examples. Here, we also check some of…
How to Fix : java.security.cert.CertificateException: No name matching localhost found
How to Fix the exception " : No name matching localhost found", when client uses URL with "localhost" as host name to access some secure service over HTTPS? In this…
JAX-WS Secure Web Services with Signatures and Encryption: WS-Security with Metro and WSIT
Java Web Services: Create Secure JAX-WS Metro Web Service Signed and Encrypted Using Public-Key Cryptography Asymmetric Encryption Security is the primary concern when web services exchange critical business data. WS-Security…
JAX-WS and Secure Java Web Services using UsernameToken : WS-Security with Metro and WSIT
JAX-WS and Secure Java Web Services using UsernameToken: WS-Security with Metro and WSIT Example This tutorial focuses on creating secure JAX-WS web service with UsernameToken WS-Security profile by using Metro…
JAX-WS Attachment – Enable MTOM for JAX-WS Web services
JAX-WS with Attachment - MTOM , XOP and Java Web Service Example using JAX-WS In this MTOM JAX-WS tutorial, we discuss how to use MTOM (Message Transmission Optimization Mechanism) with…
Java JAX-WS Tutorial: Develop Web Services and Clients (Consumers) Using JAX-WS
Java JAX-WS Tutorial to Develop your First Web Service Using JAX-WS API, Eclipse, wsimport and wsgen Tools without using JEE Containers. This article gives an introduction and quick start guide…