SOAP Message Binding Style

A WSDL SOAP binding can be either a Remote Procedure Call (RPC) style binding or a Document style binding. A SOAP binding can also have an encoded use or a literal use. This gives us Five style/use models which we call as Message Exchange Format(MEF) or SOAP message binding style 1) RPC Literal 2) RPC […]

Share this article on

JAX WS overview

JAX-WS stands for Java API for XML based web service JAX-WS is the successor of JAX-RPC 1.1. JAX-RPC 2.0 specification is renamed as JAX-WS 2.0 It provides the APIs for developing web services in XML format. It provides many annotations to develop web services and clients and hence reduces the development effort. Note Java 1.6 […]

Share this article on
< Previous Next >