Hello Perl Users, My provider shared these .xml files which I've come to understand to be the wsdl files. The Provider provides a ParlayX-based interface through which I will be sending and receiving messages rather than through the traditional SMPP(which they are scrapping). I'm not sure where to start. Never touched XML, or SOAP and I need someone to at least give me a clue on how I will start. The sendSms interface expects values for these elements, addresses, senderName, charging, message and receiptRequest. The provider has given me the endpoints to use. I want to use perl to send the message. How do I write the script? I've checked out SOAP::Lite but the documentation provided are not as descriptive as most perl packages I've worked with. So I'm having trouble using it. I just require at least a sample script that will forward the messages as soap requests. then I can study this and work on the other aspects. Thanks.

In reply to Perl + Soap + ParlayX by Ombongi.Moraa

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.