Actually, one of the things I'd said at the beginning was that the PHP code worked, and the issue I face is translating it into Perl.
Well, what you said was "The only working example I have for the SOAP sever I need to use is written in PHP". In my experience these services often provide examples written in various languages so my intention was to clarify. I don't know PHP so can't help you with translation.

You said too that "SOAP itself looks to be simple enough" but if you have a look at SOAP::Simple it says:
Let's face it. SOAP is painful. It's a dumb idea, the only reason you should ever consider using SOAP is if someone holds a gun to your head or pay you a lot of money for it.
Maybe that module should be called SOAP::Simple?

If you are familiar with XML a better approach may be to use XML::Compile::SOAP and it has lots of examples too. Without being able to see your Perl code and the details of how it fails the only other suggestion I have is to look through the many other nodes here on Perlmonks that mention SOAP and WSDL.

In reply to Re^9: Trouble getting started with SOAP (SOAP::Lite, SOAP::WSDL), translating from PHP to Perl by tangent
in thread Trouble getting started with SOAP (SOAP::Lite, SOAP::WSDL), translating from PHP to Perl by Anonymous Monk

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.