Mobile::Messaging::ParlayX is a Perl interface to ParlayX OSA.
SYNOPSIS
use Mobile::Messaging::ParlayX;
Mobile::Messaging::ParlayX is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with LWP::UserAgent, HTTP::Request and XML::LibXML until things in SOAP::Lite stabilize (it is currently under rewrite as far as I know) and I have more time (not that this will happen anytime soon).
Besides, I cannot fully grasp ParlayX just yet, thanks to inadequate documentation and JAVA only code samples for it. Anyway, you need LWP::UserAgent, HTTP::Request and XML::LibXML for this module to work. Most are in the standard distribution already, but any of them are available at your local CPAN mirror.
I tried not to stray too far off the ``native'' JAVA names of methos and properties, but chances are some differences exist.
Product's homepage
Requirements:
· Perl