We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
| Subject: |
|
Data in the XML not the URL |
| Date: |
|
2003-06-19 18:26:32 |
| From: |
|
anonymous2
|
Response to: Use SOAP
|
|
If the server doesn't know how to deal with the untyped data in a URL, having clients send that extra data won't help - how will it know that the client is /wrong/?
If you need strong typing, put it in the body of the request message, not the resource identifier.
The resource identifier (URI) isn't (shouldn't be) different if the zipcode is identified as an integer .vs. text.
|