Leftovers of trailing slashes in replacement parameters
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <[email protected]> |
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}".