I have developed a test Fedex rate services application using "RateWebServiceClient.dll", and it was working fine till 10th October 2013.

Now I am getting an issue, "An unexpected exception occurred,code 999" and NotificationSeverityType.FAILURE="failure".

I did not do any modifications. I am also getting the same issue with the sample code downloaded from Fedex site. How do I resolve the issue?

有帮助吗?

解决方案

I had this same issue and resolved it.

In the sample code, you need to use a valid destination address and return address.

I had the PHP sample code, so I'm guessing it might be the same thing in .NET. There are two functions that return the destination address and the return address, respectively, that had dummy addresses that needed to be replaced with real addresses.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top