A: 

Try this PHP Class it has been developed to process transactions with FedEx's Ship Manager using the Direct Connection API. It can be used for all transactions that the API can support.

For more detailed information please referer to FedEx's documentation located at their website.

http://www.fedex.com/us/solutions/wis/

Pasta
Thanks Pasts. But i am already using the same code which you mentioned. There i want to know what are the inputs i need to pass in $shipdata.
Fero
Take a look at Page 66 of this http://fedex.com/us/solutions/wis/pdf/xml_transguide.pdf?link=4
Pasta
I saw the link you mentioned.. But i should know from the above code what are the data such as $ship_data = array(75=> 'LBS', 16=> 'Ma'.... 1370=> 5 ); In this array what is 75 and what is LBS(Means what parameter should be here. Exampled country or first name like that what should be here for all the values in $ship_data) and what is 16 and what is MA. This is exactly what i want. If i get those i hope i can able to complete the task. Kindly help me regarding this issue.
Fero
A: 

I am also wrking on fedex shippig label and getting same problem.I am facing hardtime to find out exact elements to pass for shipping.Using fedex PDF documentation its really difficult to figure out the elements name.

sunny