Hi,
I'm trying to put a xml file into a queue of IBM MQ for my testing.
I have the java code to do that.
It is possible to execute the code using Macro Scheduler?
Or any other way to put a xml file into a queue of IBM MQ with Macro Scheduler?
Thanks!
Search found 7 matches
- Fri Sep 15, 2023 6:29 am
- Forum: Technical / Scripting
- Topic: Running Java code with Macro Scheduler
- Replies: 1
- Views: 8588
- Thu Jul 27, 2023 4:53 pm
- Forum: Technical / Scripting
- Topic: HTTPRequest with DELETE method having error 400: Bad Request
- Replies: 3
- Views: 13471
Re: HTTPRequest with DELETE method having error 400: Bad Request
Hi Marcus, Oh I see. I understand the issue now. I'm using the HTTPRequest to test a REST API that my developer created. Example: In another function using DELETE method - They programmed the REST API to use the information in the request body to identify the specific permission to remove from a use...
- Thu Jul 27, 2023 6:54 am
- Forum: Technical / Scripting
- Topic: HTTPRequest with DELETE method having error 400: Bad Request
- Replies: 3
- Views: 13471
HTTPRequest with DELETE method having error 400: Bad Request
Hi, UPDATE : My engineer says the request body is not sent to the server I'm working on a script. Portion of the script: Code to disable account is working fine. Let>nextLine=%CRLF% Let>caHeader= Let>responseFile=C:\XAMS\RESPONSE.txt ConCat>caHeader,Content-Type: application/json; charset=utf-8 ConC...
- Thu Jun 01, 2006 1:40 am
- Forum: Technical / Scripting
- Topic: OnEvent: Wait for specific window.
- Replies: 7
- Views: 9296
Hi, Good Morning, Yes, When the Application "CubeCom" is started. Under the "View System Windows", there is 1) TApplication "Phase 2 Cube HCI" 2) TMainForm "CubeCom" When setFocus is used on either one, it will make the same main application windows active. When the error that I want to intercept oc...
- Wed May 31, 2006 9:51 am
- Forum: Technical / Scripting
- Topic: OnEvent: Wait for specific window.
- Replies: 7
- Views: 9296
Hi, Sorry for the bit of confusion here. I am actually doing some software testing. I have this error that I want to intercept to trigger, while running a script of automated test for the program "CubeCom". The error will have a pop-up dialog with the window_title of "Phase 2 Cube HCI" but the probl...
- Wed May 31, 2006 2:13 am
- Forum: Technical / Scripting
- Topic: OnEvent: Wait for specific window.
- Replies: 7
- Views: 9296
// Sample Script OnEvent>WINDOW_OPEN,Phase 2 Cube HCI,2,ErrorDetect Let>counter=0 Label>Start Msg>counter Wait>1 Add>counter,1 Goto>Start SRT>ErrorDetect Msg>Error detected!!! Wait>1 END>ErrorDetect //Once I start the script, the "Error detected!!!" msg is seen //I tried to troubleshoot using the fo...
- Tue May 30, 2006 9:12 am
- Forum: Technical / Scripting
- Topic: OnEvent: Wait for specific window.
- Replies: 7
- Views: 9296
OnEvent: Wait for specific window.
Hi, I am using this application. It has the name "CubeCom" as its title of the application window. When there is this "out of resources" error. An error diag with title "Phase 2 Cube HCI" I tried to write a script to restart the application when the "out of resources" error appears using the onEvent...