Showing posts with label API Tester. Show all posts
Showing posts with label API Tester. 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>

Tuesday, November 3, 2020

Enable Trace using API Tester in IBM Sterling WMS

Add/Remove API/Service in Trace using API Tester without open System Management

API Name:  modifyTraces

Input XML:

<Traces>

   <Trace Type="FLOWS" Name="WMInitiateAutoMobile" Level="VERBOSE" Action="MODIFY" />

</Traces>

Table:  YFS_TRACE_COMPONENT

Level:  DEBUG, SQLDEBUG, TIMER, VERBOSE

Type: API , UE , AGENTS , FLOWS , YantraConsole , WUFConsole , ActivityTracking , HealthMonitor , RestService , TransactionTracing ,or UserTracing 

Popular Posts