SOAP 1.1 One-way HTTP Binding

Editor:
David Orchard, BEA Systems

Abstract

SOAP Version 1.1 provides an HTTP binding for exchanging a request and a response. This binding provides a "one-way" refinement that enables the HTTP response body to be empty.

Status of this Document

This document is an editors' copy that has no official standing.

This section describes the status of this document at the time of its publication. Other documents may supersede this document. The latest status of this document series is maintained at the W3C.

Table of Contents

1 Introduction
    1.1 Notational Conventions
2 SOAP 1.1 One-way HTTP Binding
3 References
    3.1 Normative References
    3.2 Informative References

Appendix

A Change Log (Non-Normative)


1 Introduction

The SOAP 1.1 One-way Binding (this document) defines modification to the SOAP 1.1 HTTP Binding [SOAP 1.1] to support sending a message without a SOAP response, aka a one-way message.

2 SOAP 1.1 One-way HTTP Binding

This SOAP 1.1 One-way HTTP binding can be used for sending one-way messages. For such messages, the HTTP [RFC 2616] response MUST be a 202 status code and an empty HTTP body, aka no SOAP envelope. Any SOAP Envelope that is a response MUST be sent using a separate connection.

3 References

A Change Log (Non-Normative)