in reply to Re: SOAP::Lite Authentication
in thread SOAP::Lite Authentication

I'm not exactly sure where your response is coming from, but I'm trying to pull back a wsdl using SOAP::Lite. For one particular case, it requires a username/password authentication in order to pull back the WSDL (similar to BASIC Authentication, I would guess). Any ideas would be appreciated.

Replies are listed 'Best First'.
Re^3: SOAP::Lite Authentication
by Anonymous Monk on Oct 08, 2018 at 23:18 UTC

    I'm not exactly sure ...

    Ugh

    Which part is confusing?

    That I can't see your computer/credentials/documentation?

    Sorry "something similar to BASIC authentication" is isn't exact enough.

    I could point at SOAP::Lite documents/examples about authentication,

    or XML::Compile:: ...

    but surely you've seen all that already

      I need to retrieve a WSDL using SOAP::Lite, from a url that requires a username/password in order to retrieve the WSDL. I'm not sure how else to explain it. If you need me to explain something in particular, please let me know and I will do so.

        "similar to BASIC Authentication, I would guess", "a url that requires a username/password in order to retrieve..". If you're asking a question, try to be specific. It's "similar" to basic authentication? examples includes authentication.pl, among others...