I am trying to achieve below objective:
Want to expose wM Flow services (functionalities) which are developed on IS server installed on intranet through public url.
In order to achieve this have performed below steps:
Created one IS Flow service in version 10.0. IS server, installed in my local network(Intranet).
Published that service as an application to webMethods Integration Cloud (trial version).
Using the published application, have created one synchronize two application in webMethods Integration Cloud and enabled integration to be invoked through HTTP.
Now with this I am facing two issues,
Issue 1 : When trying to test the integration in cloud using RunNow. With same input same settings, some times it is giving success and some times throwing error saying “Invalid Account …”.
Issue 2 : The url generated by cloud (after enabling integration to be invoked through HTTP) is not accessable using POSTMAN or any other application.
Could anyone please help me in understanding if I am doing something wrong or how to resolve this issue.
Regarding your Issue 2 : The url generated by cloud (after enabling integration to be invoked through HTTP) is not accessable using POSTMAN or any other application.
What is the ACL you have set for that service Invoked in IS and for that specific user (assumed you are using Administrator?
Have tried first with ACL Anonymous and then with Administrator (both didn’t worked).
When tried with , have also created one user with name Administrator in Integration Cloud server as well.
But issue is not about accessing IS flow service.
My flow is like below
Postman Client → Integration Cloud Url → webMethods IS Flow service
Issue 2 is related to request coming from Postman Client towards Intergration Cloud Url.