I am trying to connect to the FedEx shipping webservice v8. Everything works fine when I only have one RequestedPackageLineItems set.When I add two items I get the following error.
can\'t understand why the credentials of开发者_如何学Go my fedex web services test account won\'t work for the create shipping service and work for the track package service.
I\'m signed up, I\'ve downloaded sample code, I\'ve got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application.The WSDL was in a zip file, not a URL so I can\'t just \
I\'ve been asked if I can read the weight from a scale, connected via RS232, and dump it into a web applica开发者_如何学Pythontion. Reading the weight of the scale from the local machine isn\'t bad (t
I have a client asking if their web application (PHP) can easily print to a UPS / Fedex thermal lab开发者_StackOverflow中文版el printer.
I downloaded the sample code to request a rate from fedex\'s website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. When I run the script I g
I am working on shipping label printing for fedex. Information is given below in an array. All values are showing in generated label
I realize they have an API but some of the questions I have wouldn\'t be answered by it, and it would be great
I\'m trying to get started with Fedex\'es Address validation service and I\'m running into a road block with FedEx\'s own demo application.
I\'ve been trying to implement the FedEx rates and transit times API in a PHP script. I successfully connected with it to get the bearer token.