Leftovers of trailing slashes in replacement parameters

Example 6-3 in the latest revision of "WSDL 2.0 Part 2: Adjuncts" quotes the following code:

<operation ref='t:data'
    whttp:inputSerialization='application/x-www-form-urlencoded'
    whttp:location='temperature/{town/}'
    whttp:method='POST' />

As the trailing slash in replacement parameters is not legal
"{town/}" should accordingly be changed to "{town}".

Received on Thursday, 11 January 2007 07:02:29 UTC