glenneg Posted October 22, 2009 Posted October 22, 2009 In my testApp I'm using the getFedexRates function and getting the following error msg. I'm using my own Fedex testing accounts and keys. It works with the scriptmaster app but not in my own. Thanks for any help!! java.util.MissingResourceException: Can't find bundle for base name javax.xml.bind.Messages, locale en_US Parameters: {} ---Script--- This is how i'm calling the function. Let ([ _accountNumber = $accountNumber ; _meterNumber = $meterNumber ; _accountKey = $accountKey ; _accountPassword = $accountPassword ; _originCity = "Anacortes" ; _originCountry = "US" ; _originPostalCode = "98221" ; _originState = "WA" ; _originAddress1 = "4000 Airport RD" ; _originAddress2 = "Suite D" ; _destCity = Invoice::CITY ; _destCountry = Invoice::COUNTRY ; _destPostalCode = Invoice::ZIP ; _destState = Invoice::ST ; _destAddress1 = Invoice::ADDRESS1 ; _destAddress2 = Invoice::ADDRESS2 ; _weight = Invoice::usps_WeightPounds ] ; FedexGetRates( _accountNumber ; _meterNumber ; _accountKey ; _accountPassword ; _originCity ; _originCountry ; _originPostalCode ; _originState ; _originAddress1 ; _originAddress2 ; _destCity ; _destCountry ; _destPostalCode ; _destState ; _destAddress1 ; _destAddress2 ; _weight ) )
glenneg Posted October 22, 2009 Author Posted October 22, 2009 Thanks ---- I found the problem. I didn't load the needed JarLib properly. glenn greathouse
Recommended Posts
This topic is 5522 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now