in reply to SOAP::Lite Authentication

Hi

You can't, its obvious , since you had to ask the question: how ?

Now this response might seem cruel or whatever,

but thats the essence SOAP::Lite in a nutshell , its only as smart as you are, and nobody else , cause nobody has your access or knowledge of SOAP

So what do you mean by "authentication (username/password)" exactly?

Replies are listed 'Best First'.
Re^2: SOAP::Lite Authentication
by jcagle (Acolyte) on Oct 08, 2018 at 22:22 UTC
    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.

      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.