Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Posts
    10
    Plugin Contributions
    0

    Default FedEx Webservices - PEAR::SOAP?

    Installed the numinix FedEx Webservices module and found that my service provider does not have PHP SOAP available but recommended I use Pear::SOAP and insert "require_once('SOAP/Client.php'); " as a means to start SOAP.

    I simply added the comment above the fedexwebservices.php on line 71;

    require_once('SOAP/Client.php'); //added to call PEAR::SOAP
    $client = new SoapClient($path_to_wsdl, array('trace' => 1));

    However, I am still getting the error:
    PHP Fatal error: Class 'SoapClient' not found in /... /includes/modules/shipping/fedexwebservices.php on line 71

    I don't have any experience with either and trying to get it to work. Has anyone had a similar need to use PEAR to call SOAP functions?

    Much appreciated, thanks!

  2. #2
    Join Date
    Dec 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: FedEx Webservices - PEAR::SOAP?

    I'm having a similar problem. I get "500 internal server error" when I enable the FedEx Web services module. In my error logs it says:

    PHP Fatal error: Class 'SoapClient' not found in /hermes/bosoraweb029/..../includes/modules/shipping/fedexwebservices.php on line 70

    I tried the same thing you did just now and it didn't work for me either. I see that my host's server has pear soap, but I don't know about PHP soap. Did you find a solution? My old Fed-Ex api modules were working fine, but now they don't work since Fed-Ex switched to web services recently, and this web services module by Numinix seems like the only option, but it's not working for me.

  3. #3
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: FedEx Webservices - PEAR::SOAP?

    Have you asked the host if they will enable SOAP? It was not available by default but when I asked, they said No Problem, give us 20 minutes.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  4. #4
    Join Date
    Dec 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: FedEx Webservices - PEAR::SOAP?

    I contacted support, here's what I said:

    Hi, I'm seeing that the server has pear soap installed, but I think I need PHP soap to make this work. I tried adding a line: require_once('SOAP/Client.php'); but that didn't work. Can I have php soap installed or enabled on the server?


    Hello,

    Thank you for contacting Support. SOAP is enabled as a pear module. Based on the error reported, make sure the require_once line of code is declared before the block of code using soap classes. If you have any questions please feel free to contact Support.

    Technical Support.

    I did what they said, but it still didn't work, but they also seemed to admit that they're using pear soap and not php soap. I don't know a lot about this stuff, but I'm guessing that's my issue?

  5. #5
    Join Date
    Jul 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: FedEx Webservices - PEAR::SOAP?

    was your pear soap issue resolved? I'm having the same problem. What did you do to resolve it?

  6. #6
    Join Date
    Jun 2008
    Posts
    25
    Plugin Contributions
    1

    Default Re: FedEx Webservices - PEAR::SOAP?

    I'm having the exact same problem, regardless whether I use pear soap, or next tried compiling with yum soap.

    I read through the Numinix support forum, and a lot of other people are reporting the same problem with the blank shipping window.

    Since there are so many reports of the same problem without resolution, I wonder if this module is just broken from the factory before we even try to install?

 

 

Similar Threads

  1. v153 FedEx Webservices module - No Saturday shipping quote
    By saftek in forum Addon Shipping Modules
    Replies: 1
    Last Post: 6 May 2016, 10:22 PM
  2. Help Installing Numinix FedEx webservices Module
    By raphael in forum Addon Shipping Modules
    Replies: 4
    Last Post: 16 Sep 2014, 03:49 AM
  3. v151 Lower 48 zones with Fedex Webservices?
    By CabinetGuy in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 May 2014, 05:20 PM
  4. fedex webservices shipping quote
    By aditya369 in forum Addon Shipping Modules
    Replies: 12
    Last Post: 16 Aug 2012, 06:54 PM
  5. v139h FedEx Webservices module bug
    By michaelchu in forum Addon Shipping Modules
    Replies: 1
    Last Post: 2 Mar 2012, 06:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg