Tag Archives: web services

Java for the Architecturally Challenged – Creating a valid SOAP request as a String

How to create a valid SOAP request when you’re not actually submitting it to a web-service. Continue reading

Support tools – Testing web services with curl

Need to hit a SOAP service from the command line? The curl tool may be just what you need. Continue reading

Java Quick Start – JAX-WS code-first web services with CXF and Spring

In this quick start we work through creating and deploying a minimal JAX-WS code-first web service to a Java webapp container using Apache CXF and Spring. Continue reading