Thanks for the tip, It worked!!! I now get a very similar request in my trace as the one expected... the only problem is I get <soap:Envelope> <soap:Body> and <soap:Header> tags instead of <SOAP-ENV:Envelope> <SOAP-ENV:Body> , etc... all the rest in the requests seem the same but the web service cryies out:
<?xml version='1.0' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schema +s.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultco +de>SOAP-ENV:Server</faultcode><faultstring>null</faultstring><detail> +<IBResponse type="error"><DefaultTitle>Integration Broker Response</D +efaultTitle><StatusCode>20</StatusCode><MessageSet>158</MessageSet><M +essageID>10403</MessageID><DefaultMessage>A request must supply eithe +r a RequestorNode or a DistinquishedName</DefaultMessage><MessagePara +meters><Parameter>RequestorNode or DistinquishedName</Parameter></Mes +sageParameters></IBResponse></detail></SOAP-ENV:Fault></SOAP-ENV:Body +></SOAP-ENV:Envelope>
I tried messing up with $client->namespace but without any success. Any extra help would be greatly appreciated, sorry for beeing that newbie !!! P.S . I owe you a pint

In reply to Re^2: SOAP::Lite, custom headers or raw xml ? by golemwashere
in thread SOAP::Lite, custom headers or raw xml ? by golemwashere

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.