in reply to Re: SOAP: missing namespace
in thread SOAP: missing namespace

Fixed. That UTSL really helped and opened a lot of possibilities for me. LOL. I modified SOAP/Lite.pm then found the code around line #1638 which is supposedly to fix namespace prefix issues.

Replies are listed 'Best First'.
Re^3: SOAP: missing namespace
by Anonymous Monk on Feb 02, 2016 at 23:36 UTC

    ... I modified SOAP/Lite.pm ...

    make a subclass instead of editing Lite.pm, that way when SOAP::Lite gets updated, your changes aren't gone

      Got it. Thanks for the help!