|
Ship file is:
include('fedexdc.php'); // create new fedex object //$fed = new FedExDC('FedEx ACC #','Meter #'); $fed = new FedExDC('...','...'); // removed possible personal data $ship_data = array( 75=> 'LBS' ,16=> 'Ma' ,13=> '' ,5=> '' ,...
Started by Fero on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Fedex has implemented and new API solution called Fedex ....
The type of years and Fedex will not provide a meter for that type of application.
Like you are trying to implement the old school Fedex API method of communication.
|
|
My father works for FedEx Freight.... and he tells me that they work the HECK out of you at FedEx Ground....
(86) / No (40)
Answer Snippets (Read the full thread at indeed):
Host said: Do you work at FedEx Ground? How did you find the job? How did you get that first interview?
Any advice for someone trying to get in?
I have worked with Fedex ground for about 8 years to your local fedex ground or home ....
|
|
Im am trying to use the FedEx module, but everything checks out except step#3 which says "Fedex Webservice seems to be down." Im not sure exactly how the webservice works, but I generated a key, gave it a description, gave permissions.
I get this error...
Started by gdinari on
, 20 posts
by 6 people.
Answer Snippets (Read the full thread at prestashop):
To? I got all info from fedex where we should be trying to connect but dont know how to see where PS, password, etc it says authentication failed, but if I get everything right it says "Fedex Webservice with 1.4.3, which is gateway.fedex....
|
Ask your Facebook Friends
|
Hi all,
Currently i am in need to integrate FEDEX API in my project. I searched a lot in google. But i cant able to find perfect one. could any one help me to resolve this problem...
Thanks in Advance...
Fero
Started by Fero on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT: This might help you out: FedEx Developer Resource Center
There are some resources on the Fedex Developer....
I believe you have to get in touch with FedEx directly, and depending on what you are doing, I don't remember it being free.
|
|
I have a client asking if their web application (PHP) can easily print to a UPS / Fedex thermal label printer.
So for instance, I can get back a PDF from UPS/Fedex with the shipping label. I just need to print that.
Does anyone know if you can print directly...
Started by Keith Palmer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For Fedex something like this in your ShipRequest....
Most thermal printers will accept documents matching one of these types .
You will beat your head EPL/EPL2, ZPL/ZPLII.
The FedEx & UPS APIs provide options to get thermal label specific types.
|
|
I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer.
I just don't know how to send that data to the printer through .NET (I'm using C#). To be clear, the data...
Started by Sukhbir S. Dadwal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
-Adam
I think you just want to send the ZPL (job below) directly to your... .
Hope this helps.
C# doesn't support raw printing, you'll have to use the win32 spooler, as detailed in this KB article How to send raw data to a printer by using Visual C# .NET .
|
|
Hi, I've been looking for a Ruby implementation of Fedex and UPS.
I've been through their documentation, and think it's really overcomplicated (I'm a bit of a ruby "newbie" myself), so was looking for something simpler. I would only like to use the tracking...
Started by mplacona on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The developers are planning on adding tracking support (according to the readme), but support is already provided for FedEx('tracking number here', :carrier_code =>....
It supports UPS, USPS, and FedEx.
Try Shopify's active_shipping plugin.
|
|
I am trying to get a list of rates for all available services from FedEx using 1 call, and having a tough time with their documentation. Anyone have some code snippets of how you interfaced with them? .Net code is preferable but anything will help more...
Started by Caleb Elston on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you'll have a look over here http://fedex.com/us/solutions/shipapi/sample_code.html/ if you want to consume a webservice, visual studio makes your life easy as all you have to do is import a web reference (or service reference, as it is called with... .
|
|
Could any one please tell me what are the attributes that are send with $ship_data ?
I am too confused about it.
I know that ORIGIN ADDRESS, DESTINATION ADDRESS, NAME etc.. need to be send.
But how the data should be aligned. Like name is FIRST, address...
Started by Fero on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.fedex.com/us/solutions/wis/
I am also wrking....
Try this PHP Class it has been developed to process transactions with FedEx's Ship Manager using detailed information please referer to FedEx's documentation located at their website.
|
|
I'm using Fedex's web services and getting an annoying error right up front before I can actually get anywhere.
There was an error in serializing body of message addressValidationRequest1: 'Unable to generate a temporary class (result=1). error CS0030...
Started by Simon on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Turns out Fedex's own documentation covers this specifically!
I am using wsdl.exe from Microsoft.
|