Showing posts with label Service Trigger using Interop. Show all posts
Showing posts with label Service Trigger using Interop. Show all posts

Tuesday, December 1, 2020

Execute an IBM Sterling Service using External System via API Tester (Interop)

To Trigger Service using Interop:

List of fields and values needed.

  1. Hostname and Port
  2. YFSEnvironment.progId
  3. YFSEnvironment.userId
  4. YFSEnvironment.password
  5. IsFlow
  6. InteropApiName
  7. InteropApiData

Syntax:

http://HOSTNAME:PORT/smcfs/interop/InteropHttpServlet?YFSEnvironment.progId=PROGID&YFSEnvironment.userId=USERID&YFSEnvironment.password=PASSWORD&IsFlow=Y&InteropApiName=SERVICENAME&InteropApiData=INPUTDATA

Example Interop URL:

http://localhost:7001/smcfs/interop/InteropHttpServlet?YFSEnvironment.progId=SterlingHttpTester&YFSEnvironment.userId=admin&YFSEnvironment.password=password&IsFlow=Y&InteropApiName=Get_Task_List&InteropApiData=<Task TaskId="6060092"></Task>

Popular Posts