ArticlesProjectsCredentialsAbout

SOAP Service Example (1999)

A minimal SOAP service and client in Java — no frameworks, just HTTP and XML parsing. Shows the raw request/response envelope and a hand-rolled WSDL.

soapxmlweb-services

SOAP Service Example (1999)

A SOAP service and client from first principles — no Axis, no JAX-WS. Shows what frameworks do under the hood.

Contents

  • SoapServlet.java — HTTP servlet that parses SOAP envelopes and dispatches operations
  • SoapClient.java — sends SOAP requests over HTTP and parses responses
  • device-service.wsdl — WSDL describing the DeviceService API
  • examples/ — sample request/response XML envelopes