curl -H "Content-Type:application/json" -X POST -d "{\"id\":\"10001\",\"body\":\"Message of 10001\"}" localhost:8080/send curl -H "Content-Type:application/json" -X POST -d "{\"id\":\"10002\",\"body\":\"Message of 10002\"}" localhost:8080/send curl -H "Content-Type:application/json" -X POST -d "{\"id\":\"10003\",\"body\":\"Message of 10003\"}" localhost:8080/send curl -H "Content-Type:application/json" -X POST -d "{\"id\":\"10004\",\"body\":\"Message of 10004\"}" localhost:8080/send curl -H "Content-Type:application/json" -X POST -d "{\"id\":\"10005\",\"body\":\"Message of 10005\"}" localhost:8080/send # plein text curl -L -H "Content-Type:text/html" localhost:8080/hello.html # redirect test curl -L -H "Content-Type:text/plain" -X POST localhost:8080/send-rd # send and receive curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"10002\",\"msgKind\":\"1\",\"body\":\"Message of 10002\"}" localhost:8080/send-recv # send only with CICS header curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"10003\",\"msgKind\":\"1\",\"body\":\"Message of 10003\"}" localhost:8080/send-cics # send and receive with CICS header curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"10004\",\"msgKind\":\"1\",\"body\":\"Message of 10004\"}" localhost:8080/send-recv-cics curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"MKIUZAQWSXCDERFV10004\",\"msgKind\":\"1\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" localhost:8080/send-recv-cics # For POC4 curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"MKIUZAQWSXCDERFV10004\",\"frh2\":\"yes\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" localhost:8080/sic/mq-rest/v1/apl/cda/api_send # For POC5 [http] curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"20220912093247445184\",\"msgKind\":\"1\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" localhost:8080/sic/mq-rest/v1/apl/cda/sendRawData [https] curl -k -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"20220912093247445184\",\"msgKind\":\"1\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" https://localhost:8443/sic/mq-rest/v1/apl/cda/sendRawData # For After POC [http] curl -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"20220912093247445184\",\"msgKind\":\"1\",\"facility\":\"0000000000000000\",\"date\":\"f0f961f1f261f2f2\",\"time\":\"f0f97af3f27af4f4\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" localhost:8080/pgf/mq-rest/v1/apl/cda/sendRawData [https] curl -k -L -H "Content-Type:application/json" -X POST -d "{\"id\":\"20220912093247445184\",\"msgKind\":\"1\",\"facility\":\"0000000000000000\",\"date\":\"f0f961f1f261f2f2\",\"time\":\"f0f97af3f27af4f4\",\"body\":\"Message of ZAQWSXCDERFV10004\"}" https://localhost:8443/pgf/mq-rest/v1/apl/cda/sendRawData