I have a shipping module created with java that uses soap. When trying to ship a package I get the following error message that prevents fedex shipping rates to display:
Sorry, there was an error in processing this form action. Please report the error or try again later.
(Error calling SOAP method: Error deserializing message: Can't locate ShipRequest/FedEx/SOAP/Elements /FuelSurchargePercent.pm in @INC
(@INC contains: /usr/lib/interchange
/var/lib/transactions/lib2
/usr
/lib/interchange/lib
/usr/local/lib/perl5/5.8.8/i686-linux
/usr/local/lib/perl5/5.8.8
/usr/local/lib
/perl5/site_perl/5.8.8/i686-linux
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl
.) at (eval 3213) line 3.
at line 2 at /usr/local/lib/perl5/site_perl/5.8.8/SOAP/WSDL/Expat/Base.pm line 18 .
The shipping module and fedex api was working, but now I get this message.
Can anyone help me with this problem? Point me in some direction as to the problem causing the error?
thank you steve