JAX-WS exception fault handling example

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… Read more

Design Considerations: When Should We Use JSON instead of XML as Data-interchange Format?

As we know, JSON (JavaScript Object Notation) is a lightweight and text based data-interchange format that is used frequently replacing XML. The question is, when should we consider JSON instead… Read more

Java Performance – String, StringBuffer and StringBuilder Memory and Runtime Analysis

We normally use many string instances in our applications. As we know String objects are immutable and their values cannot be changed after they are created. If you intend to… Read more

How to Fix : java.security.cert.CertificateException: No name matching localhost found

How to Fix the exception ” java.security.cert.CertificateException: No name matching localhost found”, when client uses URL with “localhost” as host name to access some secure service over HTTPS? In this… Read more

Logging or Tracing Web Service XML Request/Response with JAX-WS

How to Log Request and Response With Java JAX-WS web-service Server and Client? We have discussed many examples to develop secure web services with JAX-WS API and using the Metro… Read more
jax-ws usernametoken example

Secure Metro JAX-WS UsernameToken Web Service with Signature, Encryption and TLS (SSL)

Java Web Services Security: How to Secure JAX-WS UsernameToken Web Service with Signature, Encryption and TLS (SSL) Securing the data exchanged between web service producers and consumers is essential to… Read more
jax-ws web services encryption signature java

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… Read more
jax-ws usernametoken example

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… Read more
© 2024 Globinch Java Forum - Theme by WPEnjoy · Powered by WordPress