We use the SOAP and ReST driver a lot and we have even used the SOAP driver for rest with custom java code and such but it all pretty hacky on the soap driver part and pretty restricted on the ReST driver part.
The HTTP response codes are logical but sometimes you need to conform to someone elses, possibly less standard, specs.
I would like to have a pure HTTP driver where the developer can ideally:
- set the response code / type
- set the reponse content even on types where you would not expect it.
- set the http method for the operation
The driver would be just a clean shimm with not to much business logic already integrated in it. Just a little flexible, possibly ugly, tool.
by: Albert-Jan S. | over a year ago | Other
Comments