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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cargowise-eadaptor-outbound-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cargowise:cargowise-eadaptor-outbound-api
name: CargoWise eAdaptor Outbound API
tags:
- eAdaptor
- Outbound
- Webhook
- SOAP
tags_raw:
- 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