web services

Types of web services
Big web services – SOAP based web services, xml only
Restful supports xml and json

Different types of web service generation
axis2 uses wsdl2java to generate code
cxf supports jax-ws and jax-rs ( restful web service), it uses annotation and wsimport

wsimport from java itself of jax-ws 2.0

jax-rpc and jax-ws
jax-ws is the replacement for jax-rpc

3 Comments

Add a Comment