CargoWise eAdaptor Outbound API

The eAdaptor Outbound Service is the webhook equivalent - CargoWise emits messages to a listening SOAP service when configured Workflow Template milestones or triggers fire. Actions are set to XUS (full Universal Shipment detail) or XUE (minimal Universal Event detail) with the recipient set to the Organization Proxy (ORP). The reference open-source client exposes the SOAP operations Ping, SendStream, and the deprecated ProcessStream against an eAdapterStreamedService.wsdl endpoint. Only one outbound SOAP URL can be configured per CargoWise instance. Endpoints are modeled from public references.

API entry from apis.yml

apis.yml Raw ↑
aid: cargowise:cargowise-eadaptor-outbound-api
name: CargoWise eAdaptor Outbound API
tags:
- eAdaptor
- Outbound
- Webhooks
- SOAP
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://wisetechacademy.com/explore/product-learning/
description: The eAdaptor Outbound Service is the webhook equivalent - CargoWise emits messages to a listening
  SOAP service when configured Workflow Template milestones or triggers fire. Actions are set to XUS (full
  Universal Shipment detail) or XUE (minimal Universal Event detail) with the recipient set to the Organization
  Proxy (ORP). The reference open-source client exposes the SOAP operations Ping, SendStream, and the
  deprecated ProcessStream against an eAdapterStreamedService.wsdl endpoint. Only one outbound SOAP URL
  can be configured per CargoWise instance. Endpoints are modeled from public references.
properties:
- url: https://www.complect.io/docs/cargowise-integrations/cargowise-eadaptor/workflow-templates/
  type: Documentation
- url: https://github.com/SteeleConsulting/cargowise-eadapter
  type: SourceCode