I have created a WF in webMethods IO Integration and created a rest API using WF for in wm IO.
when calling API endpoint from postman …I got 403 Not Found error. I was using wm IO account credentials in postman when calling API.
Am I calling wrong url, do I need to configure IO API in API Gateway portal and then call it? cant we call API endpoint generated in IO directly ? or do I need use any other credentials for API in IO ?
You probably have an error in the path ?
You need to ensure that you combine both the API Base URL + the path of the resource you want to call. Also don’t forget to set the method appropriately i.e. GET / POST etc.
You could try posting a screenshot of your API, that way it might be easier for us to understand where it’s gone wrong.
@Sandeep_Deepala
A screen shot of what you setup will be helpful.
Also, I created a video you can watch on how I exposed the Workflow using REST API and also how to expose it to wM.io API Gateway. You can access it from the Knowledge Portal here: https://knowledge.softwareag.com/
Create an account if needed and login. From the top, select Catalogue then Software AG Product Training.
In the Search field, type: wM.io Integration REST API Builder
I believe it’s free (but don’t blame me if it’s not )
Screenshot of what URL you are passing in postman will also help , assuming you are using API endpoint with the combination of credentials of tenant, it should work.