| Weblog: | Web Services, Weblogs and the Future. | |
| Subject: | Use SOAP | |
| Date: | 2003-05-28 18:38:31 | |
| From: | anonymous2 | |
|
Response to: Use SOAP
|
||
|
Agreed on SOAP. Simple it Ain't.
|
||
Showing messages 1 through 2 of 2.
-
Data in the XML not the URL
2003-06-19 18:29:32 anonymous2 [Reply | View]
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.
| Showing messages 1 through 2 of 2. |




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.