in reply to Re^5: start over with SOAP in Perl?
in thread start over with SOAP in Perl?
In REST, i have to put the effort in to take the format and use something on it, whether it's a comma delimited parsing module, an xml parsing module or something custom.
Look at the perlmonks XML services. If it were in SOAP, I wouldn't need to run an XML parser on them. All of my data would automagically, by the toolkit, be passed back as a hash or set of objects.. or set of arrays. Less to think about.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: start over with SOAP in Perl?
by hardburn (Abbot) on Aug 31, 2006 at 19:43 UTC | |
by exussum0 (Vicar) on Aug 31, 2006 at 19:49 UTC |