Questions tagged [aramex]

Use this tag for the APIs provided by Aramex, such as their Rate Calculator API, their Shipping Services API, their Shipments Tracking API, and their Location Services API.

Use the tag for the APIs provided by Aramex, such as the:

  • Rate Calculator API
  • Shipping Services API
  • Shipments Tracking API
  • Location Services API

More information on these APIs can be found in the Aramex Developers Solutions Center.

28 questions
0
votes
1 answer

How can I use the Aramex API with WSDL and Python 3.6?

I found some PHP and python example code about the Aramex Shipping services and their shipping API on their website. I'm testing my API credentials, but I'm getting the error below. Exemple python but the lib ' suds ' not supported for python 3.6…
Boubaker
  • 427
  • 1
  • 7
  • 24
0
votes
2 answers

Uninitialized constant Spree::Api::AramexAddressController::AramexAddressValidator

I am facing the following issue: ActionController::RoutingError (uninitialized constant Spree::Api::AramexAddressController::AramexAddressValidator): app/controllers/spree/api/aramex_address_controller.rb:2:in
Dinshaw Raje
  • 933
  • 1
  • 12
  • 33
0
votes
2 answers

How can I create a textbox if a certain item is selected in a drop-down list?

I have a drop-down list that contains the following values: When the user select Other, I want to show a text box. How can I do that? I'm using Laravel 4.2
rooot_999
  • 366
  • 2
  • 3
  • 13
0
votes
2 answers

Echo item from stdClass object from shipment tracking response

I am trying to track shipments from the Aramex API. The following result is the response I got from the request sent to track shipment number 59398114932: stdClass Object ( [Transaction] => stdClass Object ( [Reference1] => …
codehelp
  • 23
  • 4
0
votes
4 answers

How can I filter an array based on the first letter of a contained property?

I have the following JavaScript array of objects: [{name: '4 Arn', isLetter: false}, {name: 'Abax', isLetter: false}, {name: 'Aramex', isLetter: false}, {name: 'Booking', isLetter: false}, {name: 'Dangerous', isLetter: false}, {name: 'Manali',…
Wimal Weerawansa
  • 309
  • 2
  • 15
  • 33
0
votes
1 answer

How can I use the Aramex API with WSDL and Python?

I found some PHP example code about the Aramex Shipping services and their shipping API on their website. I'm testing my API credentials, but I'm getting the error below. Here is the example code: import xml, fpconst, logging from SOAPpy import…
Harish
  • 425
  • 7
  • 22
0
votes
0 answers

WCF throwing exception (deserialize parameter) on getting a response

I'm getting the following exception when I try to get a response from the Aramex API: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter…
MAK
  • 1,250
  • 21
  • 50
0
votes
0 answers

Aramex API yielding "Server Error in '/' Application"

I am trying to implement the Aramex API for Tracking on my VB.NET website, but I'm getting an error. Here is my code: Imports TrackingReference Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(sender As Object, e As…
Yoni
  • 316
  • 2
  • 13
0
votes
2 answers

Aramex throws "SOAP-ERROR: Parsing WSDL: Couldn't load from 'Shipping.wsdl'"

I am working on the Aramex shipping API. I have downloaded the PHP file and also the WSDL file. Here is my code:
Rakesh Shetty
  • 4,548
  • 7
  • 40
  • 79
0
votes
1 answer

How can I show messages in WooCommerce custom shipping plugin?

I am building an Aramex Shipping Plugin for WooCommerce Shopping Cart. I can set the calculated amount by using the add_rate method, but if there is any Error Response from the API, I am not able to show this message in the WooCommerce checkout. Is…
0
votes
1 answer

Error in parsing Aramex WSDL file

When I'm trying to parse the Aramex shipping services WSDL (which is needed to create shipments), a namespace error occurs with following error log: C:\Program Files\Java\jdk1.6.0_37\bin>wsimport.exe -keep -verbose…
pathum83
  • 133
  • 1
  • 6
  • 14
0
votes
1 answer

How can I populate select boxes with multiple values?

I'm setting up a jqGrid which needs to visualize multiple values in one cell. The input comes from a form where the user can select multiple choices. I am able to display the select box, but not populate it. I have tried to insert an array in the…
mandarin
  • 21
  • 1
  • 3
-1
votes
3 answers

Aramex rate calculator API returns ERR52 - Service Offering Unavailable for zip code

I'm trying to integrate Aramex rate calculator API for my e-commerce system for Local delivery service and I'm getting this error. [Code] => ERR52 [Message] => OriginAddress - Service Offering Unavailable for zip code (01300) And [Code] =>…
Tharindu Thisarasinghe
  • 3,846
  • 8
  • 39
  • 70
1
2