On Tuesday, 19 November 2013 at 22:05:36 UTC, Jacek Furmankiewicz
wrote:
is there any particular reason you are forced to use SOAP?
It is more or less an obsolete and generally frowned upon
approach.
if you were willing to adopt REST, vibe.d seems to have some
nice functionality for creating REST APIs.
Look at the 'Routing' section here:
http://vibed.org/docs#http-server-config
The software I plan to interact with only has a SOAP interface.
But for learning sake, I'll more than likely utilize curl and
handle the responses manually. Thanks guys.