JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Violation of encoding rules when doing Address validation #160

Closed ajibarra closed 4 years ago

ajibarra commented 4 years ago

Hi, I am getting an error trying to validate an address. If I validate from CLI everything works well but when I try to execute the code from FPM I got:

SOAP-ERROR: Encoding: Violation of encoding rules

I am not using the use input but same hardcoded one in both cases but I get different results.

There is probably something I am missing so if somebody knows it would be great.

ajibarra commented 4 years ago

Nevermind, different versions of PHP running on the same machine