fedex-shipping

Spooling Thermal Shipping Label Data From Web Site

I need help trying to get thermal shipping label data from a Web site to a local Zebra printer. The data itself is just plain text but spooling it from a Web site seems to be very difficult for some reason. Does anyone have any experience with this? I am using ColdFusion 8 and Windows Server 2008. ...

Fedex Freight Shipping List

Could anyone help me with some examples how to get FedEx Freight Shipments Rates in ASP.NET application, because all is misunderstanding in their crap documentation and samples. Thanks. ...

when I integrating with FedEx shipping provider and send float weight then its getting error ?

when I integrating with FedEx shipping provider and send float weight then its getting error ? For Eg. when I send 1 LB weight then its working fine but when I send 1.1 LB then Its not working. This is used wsdl method to get the ship rate from the FedEx. ...

Fedex Delivery Notification Email Problem

Hi, I have developed shipping application using fedex API. I am trying to test the delivery notification,Exception Notification and ship alert email. I am using the developer keys and also tried with production keys creating the shipment label.Though no actual shipment done. System is working without errors but i am not getting any e...

FedEx Webservice for printing Multiple shipping labels.

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. "Invalid package count or invalid package sequence number." My Code is as follows ProcessShipmentRequest request = CreatePendingShipmentRequest(); ShipS...

fedex return shipping question

Anyone knows how to include return shipping when calling ship service api? Here's the code I used , yet it doesn't work: request.RequestedShipment.SpecialServicesRequested = new ShipmentSpecialServicesRequested(); request.RequestedShipment.SpecialServicesRequested.SpecialServiceTypes = new ShipmentSpecialServiceType[1]; ...