fedex

Issues using a Fedex Webservice via WSDL/SOAP

不问归期 提交于 2019-12-21 04:02:13
问题 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 get this error: Error in processing transaction. ERROR prof 1000 Authentication Failed The script they give is as follows, and yes i do actually replace the XXX and YYY everywhere it says.: <?php // Copyright 2009, FedEx Corporation. All rights reserved. // Version 7.0.0 require_once('fedex-common

Sending raw data to FedEx Label printer

微笑、不失礼 提交于 2019-12-18 04:25:06
问题 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 is already pre formatted into ZPL (Zebra printer language) I just need to send it to the printer without windows mucking it up. 回答1: C# doesn't support raw printing, you'll have to use the win32 spooler, as detailed in this KB article How to

Fedex SOAP Request Failing

妖精的绣舞 提交于 2019-12-13 06:33:20
问题 I am looking for the reason why the below request is failing to retrieve information. This is copied from the Fedex developer website and it doesn't work. When my program hits the GetRates line it throws a could not connect to host exception. I tried adding the connection_timeout and setting the default_timeout in php and neither appear to work. I contacted the Fedex dev team and they are receiving my post successfully I am just not able to get any response besides the fault. Has anyone had

Requesting many tracking numbers with Fedex SOAP API with PHP

末鹿安然 提交于 2019-12-11 10:54:36
问题 I'm looking to cache all Fedex tracking information in my own database, and my company has around 150+ tracking numbers a day. According to this link... http://www.fedex.com/us/developer/product/WebServices/MyWebHelp_August2010/Content/Proprietary_Developer_Guide/tTracking_and_Visibility_Services_condtionalized.htm Fedex services do not support batch processing..? Does that mean I'd need to do single calls for every tracking number? I took about 80 seconds for one days worth of sales doing it

Fedex Tracking Number

一世执手 提交于 2019-12-11 07:14:05
问题 I need to integrate fedex api in my site. How can i get a new tracking number for the first time regarding a shipping. I couldnt find a method to get the tracking number? Please help, if anyone knows. Thanks 回答1: I am guessing that you meant " create a FedEx shipment " when you refered to " new tracking number. " FedEx has a developer program in which you can sign up and integrate your website with FedEx. Once you sign up, you can: Create shipments Cancel shipments Track packages Schedule

UPS API wsdl soap call - cannot set multiple packages

早过忘川 提交于 2019-12-11 05:17:36
问题 I am using wsdl SOAP call in PHP for UPS API. The request object have package information, from/to zipcodes, and other information. I want to set multiple packages but it shows error when more than one package is added in the request object. I am trying to assign multiple packages by pushing package array in the $request['Shipment']['Package'] array. Something is wrong in this part. Here is my code: $request['Request'] = array('RequestOption' => 'Shop'); $request['PickupType'] = array('Code'

FedEx Tracking via SOAP using TrackService_v8 example file

醉酒当歌 提交于 2019-12-11 05:06:02
问题 I haveing trouble figuring out how to use Fedex's example file on tracking. I've got it communicateing with their test server, but I'm trying to get 'INCLUDE_DETAILED_SCANS' information from it. I can't figure out what syntax, of what to put to include it. I've found... <xs:simpleType name="TrackRequestProcessingOptionType"> <xs:restriction base="xs:string"> <xs:enumeration value="INCLUDE_DETAILED_SCANS"/> </xs:restriction> </xs:simpleType> So I've tried all sorts of variations of stuff like

Active_shipping Fedex API Authentication Error

旧时模样 提交于 2019-12-10 09:56:16
问题 I'm implementing aсtive_shipping plugin functionality in my app. I've got test account from fedex and trying to get some shipping rates as shown in plugin's readme at github: fedex = FedEx.new(:login => '***', :password => '***', :key => '***', :account => '510087569', :meter => '100054531') response = fedex.find_rates(origin, destination, packages) This request causes an error: ActiveMerchant::Shipping::ResponseError (ERROR - 1000: Authentication Failed) Also I'm confused with all that APIs

Rating is temporarily unavailable - Error in FEDEX

三世轮回 提交于 2019-12-08 12:33:00
问题 I am integrating the FEDEX through SOAP webservice in php on my project. But now i am getting this error for last 2 days. Is this error occuring due to FEDEX or any other error in coding/data ? The below is the response i am getting when using the FEDEX Webservice. Error returned in processing transaction Severity: FAILURE Source: crs Code: 7 Message: Rating is temporarily unavailable, please try again later. LocalizedMessage: Rating is temporarily unavailable, please try again later. 回答1:

Is there any API to integrate FEDEX? [closed]

白昼怎懂夜的黑 提交于 2019-12-08 06:32:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . 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 回答1: There are some resources on the Fedex Developer Resource Center you may find helpful What region are you