Stylus Studio XML Editor

Table of contents

Appendices

3.11 Specifying the Use of HTTP Cookies

Specifying the Use of HTTP Cookies

Description[top]

Description

Every Binding component MAY indicate whether HTTP cookies (as defined by [RFC2965]) are used for some or all of operations of the interface that this binding applies to.

Relationship to WSDL Component Model[top]

Relationship to WSDL Component Model

The HTTP binding specification adds the following property to the WSDL component model (as defined in [WSDL-PART1]):

  • {http cookies}, a boolean value to the Binding component.

XML Representation[top]

XML Representation
<definitions >
  <binding name="xs:NCName" interface="xs:QName"? type="xs:anyURI"
           whttp:cookies="xs:boolean"? >
  </binding>
</definitions>

The XML representation for specifying the use of HTTP cookies is an OPTIONAL attribute information item with the following Infoset properties:

  • A [local name] of cookies

  • A [namespace name] of http://www.w3.org/2004/08/wsdl/http

  • A type of wsdls:boolean

  • A default value of false

Mapping Between Component Properties and XML Representation[top]

Mapping Between Component Properties and XML Representation

See [tab_HTTP_Cookies_Mapping].

1tab_HTTP_Cookies_Mapping Mapping between Binding Component Extension Properties and XML Representation Property Mapping
11{http cookies} 11The actual value of the whttp:cookies attribute information item.