Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

FedExServer Property

URL for the FedEx Server where the requests are sent.

Object Oriented Interface

public function getFedExServer();
public function setFedExServer($value);

Procedural Interface

inship_fedexrates_get($res, 12 );
inship_fedexrates_set($res, 12, $value );

Default Value

''

Remarks

URL for the FedEx Server where the requests are sent. This is required to be provided on each transaction request sent to FedEx along with FedExAccountNumber and FedExMeterNumber.

The full URL (including the URL scheme normally https://) should be supplied. All test requests are sent over SSL.

The server URL for the production will be provided to you by FedEx after your application has been approved/certified by FedEx Web Integration Solutions team.

Note that FedEx provides both SOAP and XML services and the URLs for each service are slightly different, however the functionality provided is exactly the same. If the URL ends with "/web-services", then the server will use the SOAP services. If the URL ends with "/xml", then the server will use the XML service. When using the SOAP services, the UseSOAP config should be set to true (default). The test URLs for FedEx are as follows:

XML
https://gatewaybeta.fedex.com:443/xml
https://wsbeta.fedex.com:443/xml

SOAP
https://gatewaybeta.fedex.com:443/web-service
https://wsbeta.fedex.com:443/web-service

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0