inside the shipping.log file i can see this error:
The XML document is not well formed
After some digging I see that my Auth information are not well encoded. It works perfectly when I write them directly without actually using the getConfigData() function. Is there anything to do to have these information correctly encoded, without writing directly my login information inside my file?