Topic

SOAP

15 posts filed under SOAP.Browse all topics.

What is a Web Service? What is a web service?

This one has probably been addressed many times. But, I needed a place to link to whenever it comes up in other posts. For our purposes, a Web Service is SOAP Web Service and a web service is anything acting as a web service in the generic sense.

SOASOAPWeb Services

What Is A REST Web Service?

REST web services are not nearly as formalized as their SOAP equivalent. A REST web service adheres to the principals laid out in Roy Fielding’s PhD Thesis. REST stands for Representational State Transition.

RESTSOAPWeb Services

JAX-WS Example With JBossWS – Server-Side

In previous article, a very simple Web Application was presented. In any complex environment, there will often be multiple tiers within an application or environments hosting code/services for different teams. A common way of communicating within such environments is through SOAP-based Web Services…

EnvironmentsSOAPWeb Services