in reply to Perl Webservices...whats it good for?
From the article which is very good advice indeed:
If both sides of the wire use the same binary mechanism, an XML interface doesn’t buy you much other than a jazzier set of acronyms. If you have two systems built with the same platform, you’re better off using the remote call mechanism built into that platform. Web services become handy when you want different platforms to talk to each other. My attitude is to use XML Web services only when a more direct approach isn’t possible.
BTW, are you reading the Randy Ray book? How is it?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl Webservices...whats it good for? (hmm.)
by Aristotle (Chancellor) on Mar 30, 2003 at 22:53 UTC | |
Re: Re: Perl Webservices...whats it good for?
by ergowolf (Monk) on Mar 31, 2003 at 19:38 UTC |