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
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:
Java Web Services: Up and Running, Second Edition, by Martin Kalin
http://www.codejava.net/java-ee/web-services/java-web-services-binary-data-transfer-example-base64-encoding
http://www.codejava.net/java-ee/web-services/using-mtom-to-optimize-binary-data-transfer-with-jax-ws-web-services
http://www.codejava.net/java-ee/web-services/java-web-services-binary-data-transfer-example-base64-encoding
http://www.codejava.net/java-ee/web-services/using-mtom-to-optimize-binary-data-transfer-with-jax-ws-web-services
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