I am using SOAP::Lite to communicate with Server.
As part of communication (authorization) Server will send to me challenged value (needs to be 8 characters) an I need encrypt that value with my personal Encrypt Key and resend it to get additional data from server.
Everything is going OK until I get challenged value which contains pair // characters. In most cases string is now 9 characters long.
I am using Data::Dumper to save data from the Server and searching for specific tags to extract that value.
Please help!
Milan