What language yields most rapid development of a SOAP client application
Posted
by
mathematician1975
on Programmers
See other posts from Programmers
or by mathematician1975
Published on 2012-07-03T21:18:13Z
Indexed on
2012/07/03
21:22 UTC
Read the original article
Hit count: 311
I have written a SOAP client application. It started off as Perl but I needed it to have proper multithreaded capabilities, so I rewrote it in C++ which was a horrendous experience and the development time was many many times more than that of the Perl bot. I need to implement a new SOAP client and I was wondering what peoples opinions were about choice of language with regards to fastest development time. C++ is clearly not well suited to web services type programming so there is no way I am going to write in C++ again.
© Programmers or respective owner