- From: Jonathan Marsh <jonathan@wso2.com>
- Date: Tue, 23 Jan 2007 13:24:52 +0530
- To: "'www-ws-desc'" <www-ws-desc@w3.org>
Received on Tuesday, 23 January 2007 07:55:16 UTC
{http location ignore uncited} is primarily designed to force query parameters to be inserted into the body of an x-www-form-urlencoded message instead of appended to the URI. When there is no body (GET), this simply drops those parameters on the floor. When reconstituting an XML message on the receiving end (as Axis2 does), it is important not to drop parameters that affect the service's ability to reconstitute a schema-valid message. Having parameters that will be dropped marked as nillable allows such a reconstruction. Codifying this as a new assertion in section 6.7.2.2.2 would aid interoperability: When serializing an HTTP request method that does not allow an HTTP message body, and when {http location ignore uncited} is true, any element not cited in the {http location} property MUST be defined in the schema as nillable. Jonathan Marsh - <http://www.wso2.com> http://www.wso2.com - <http://auburnmarshes.spaces.live.com> http://auburnmarshes.spaces.live.com
Received on Tuesday, 23 January 2007 07:55:16 UTC