Re: Newbie Question: SOAP Module

2013-11-22 Thread Rick Catano
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

Re: Newbie Question: SOAP Module

2013-11-19 Thread Jacek Furmankiewicz
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#h

Re: Newbie Question: SOAP Module

2013-11-19 Thread Rick Catano
On Tuesday, 19 November 2013 at 20:38:00 UTC, Adam D. Ruppe wrote: On Monday, 18 November 2013 at 23:49:56 UTC, Rick Catano wrote: My first question of the D language is, is there a SOAP module that I can consume web services with? I don't know, but I don't think so. Maybe it wouldn't be too

Re: Newbie Question: SOAP Module

2013-11-19 Thread Adam D. Ruppe
On Monday, 18 November 2013 at 23:49:56 UTC, Rick Catano wrote: My first question of the D language is, is there a SOAP module that I can consume web services with? I don't know, but I don't think so. Maybe it wouldn't be too hard to make out by combining http get (with curl or whatever) with

Re: Newbie Question: SOAP Module

2013-11-19 Thread Rick Catano
Anyone? I know it's a very basic question, but an honest and friendly answer will suffice.

Newbie Question: SOAP Module

2013-11-18 Thread Rick Catano
Hello all, I'm new here ( first post ), and looking to get into D Development. I currently use Python as my language of choice, but am looking to transition. My first question of the D language is, is there a SOAP module that I can consume web services with?