Extra information
System documentation: https://sherpaan.nl/api/Connector package documentation
Table of Contents
- 1. Setting up HTTP Client Sherpaan
- 1.1 Steps
- 2. Subscribing to entities from Sherpaan
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entity to Sherpaan
- 3.1 Steps
- 3.2 General concept
1. Setting up HTTP Client Sherpaan
1.1 Steps- In the Alumio Dashboard, go to Clients > SOAP Client. Create a new SOAP Client and select the Sherpaan Soap Client as the prototype of the SOAP Client.
- Fill in the WSDL URI, SOAP Version, Storage for Cache (Optional), HTTP Client (use Default if none)
- Save the HTTP Client.

2. Subscribing to Entities from Sherpaan
2.1 Steps- Go to Connections -> Incoming and create a new incoming configuration and select Sherpaan Subscriber as the subscriber.
- Select the Method you want to subscribe from Sherpaan.
- (Optional) Add any request parameters needed to subscribe to the entity.
- You can optionally add a transformer to transform the request parameters into something you need.
- Select the Sherpaan HTTP Client to use for the SOAP Client.


3. Publishing entity to Sherpaan
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration and select Sherpaan Publisher as the publisher.
- Select the Sherpaan Method you want the data to be published to.
- Select the Sherpaan HTTP Client to use for the SOAP Client.



