Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article describes OData 2.0 connector usage in webMethods.io Integration with OData connector use case.
Use case:
Get the list of products from public OData backend services and write them to new CSV file if data is more than 20 records file name appends with the date and if less than 20 records update the existing CSV file.
Steps:
Create Account:
URL : http://services.odata.org/(S(1hge4mn2zqwrcatw55e5na0w))/V2/OData/OData.svc
Action:
We can choose existing actions or can create new custom actions.
Let’s create a new custom action for getting the listing of products.