You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,10 +138,10 @@ This creates a WAR file inside the `target` directory.
138
138
139
139
The example application is divided into four services which perform actions on a CICS temporary storage queuue (TSQ). Each with their own REST service suffix as follows:
140
140
141
-
-*TSQInfos* - query information about the TSQ
142
-
-*writeTSQs* - write information to a TSQ
143
-
-*browseTSQs* - read items from the TSQ
144
-
-*deleteTSQs* - delete the TSQ
141
+
-*info* - query information about the TSQ
142
+
-*write* - write information to a TSQ
143
+
-*browse* - read items from the TSQ
144
+
-*delete* - delete the TSQ
145
145
146
146
147
147
@@ -150,18 +150,18 @@ The example application is divided into four services which perform actions on a
150
150
-`I SRVE0292I: Servlet Message - [com.ibm.cicsdev.springboot.jcics-0.1.0]:.Initializing Spring embedded WebApplicationContext`
151
151
152
152
2. Copy the context root from message CWWKT0016I along with the REST service suffix into you web browser. For example to write the string `ILOVECICS` to a TSQ called SPGJCICS:
0 commit comments