Wednesday, August 6, 2014

Web services

Abbreviations


WWW World Wide Web
HTTP HyperText Transfer Protocol
W3C World Wide Web Consortium
IETF Internet Engineering Task Force

SOAP - Simple Object Access Protocol
WSDL - Web Services Description Language (pronounced "whiz dull")
REST - Representational State Transfer

JAX-WS - Java API for XML Web Services
JAX-RS - Java API for RESTful Web Services

WAR - Web ARchive
AJAX - Asynchronous JavaScript with XML

SEI - Service Endpoint Interface
SIB - Service Implementation Bean


Ref:


Expose 2 or more interfaces as one service (wsdl)

Using cxf, wsdl that should have all methos/operation from all interfaces had exposed only methods from first interface!
Solution: 
Make 3rd interface that extends interfaces that one needs to expose and implement it.


Ref:

No comments:

Post a Comment