|
|
|
|
|
by MichaelGG
3383 days ago
|
|
There's nothing wrong with just "tunneling" SOAP or anything else over HTTP POST. Tons of APIs do this and work just fine. Now maybe it's easier on clients when you can just curl -XDELETE something but I'm not sure it's that big of a difference in the end. Especially if you have auto-gen'd client code. |
|
I can trivially set an HTTP load balancer and log status codes. Can't say the same for SOAP.