Jump to content

AeroProDrive

New Members
  • Posts

    3
  • Joined

  • Last visited

Community Answers

  1. AeroProDrive's post in Curl Soap Response Parsing Issue was marked as the answer   
    I think I found the problem. The @result is of bool type while I was expecting the string from the xml
    Therefore I changed return $result; to return $result === true ? "true" : "false";
    Now it works like a charm
    Thank you so much
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.