October 22, 200916 yr 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 ) )
October 22, 200916 yr Author Thanks ---- I found the problem. I didn't load the needed JarLib properly. glenn greathouse
Create an account or sign in to comment