Web Services
-
Software Development
Web Services Bottom-up development
The first generation of Web services tools for Java was targeted at exposing existing code as Web services. This approach…
Read More » -
Enterprise Java
Approval specific web services in Oracle IDM
This is quick post with regards to the web service endpoints which are leveraged by OIM and SOA in the…
Read More » -
Enterprise Java
Do you really understand @WebService ?
SOAP web services are not cutting edge technology by any means – although it still has it’s place, REST based…
Read More » -
Enterprise Java
Developing a top-down Web Service project
This is a sample chapter taken from the Advanced JAX-WS Web Services book edited by Alessio Soldano. The bottom-up approach…
Read More » -
Software Development
Step by Step Web Service guide
To learn more on web services let’s first understand the concept of the service oriented architecture. What is Service…
Read More » -
Enterprise Java
Signing SOAP Messages – Generation of Enveloped XML Signatures
Digital signing is a widely used mechanism to make digital contents authentic. By producing a digital signature for some content,…
Read More » -
Enterprise Java
Creating contract-first web services with Spring WS
1 Introduction This article explains how to implement and test a SOAP web service using the Spring Web Services project.…
Read More » -
Enterprise Java
Project Student: Webservice Integration
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More » -
Enterprise Java
Building a SOAP Webservices Proxy Module using Spring Webservices
Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…
Read More »