MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CICS Web Services and EXEC CICS START

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
chuck
Beginner


Joined: 30 Nov 2007
Posts: 25
Topics: 11

PostPosted: Wed Aug 09, 2023 3:15 pm    Post subject: CICS Web Services and EXEC CICS START Reply with quote

I converted an existing CICS program to a web service but it's abending on an EXEC CICS START instruction because of the TERMID(EIBTRMID) clause. I removed it and it seems to be doing its thing somewhere because I can see the database update that the started program is supposed to do.

But I would like a better idea what's going on- is there a preferred approach to invoking transactions via START from w/in a CICS Web Service?

Thanks
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12365
Topics: 75
Location: San Jose

PostPosted: Thu Aug 10, 2023 10:11 am    Post subject: Reply with quote

chuck,

Did you update the XML file to handle the terminal property?
Code:

<service>
<terminal_handler>
<cics_soap_1.1_handler/>
</terminal_handler>
</service>


I would suggest that you read thru this CICS Web Services Share Presentation
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chuck
Beginner


Joined: 30 Nov 2007
Posts: 25
Topics: 11

PostPosted: Wed Aug 16, 2023 10:42 am    Post subject: Reply with quote

kolusu wrote:
chuck,

Did you update the XML file to handle the terminal property?
Code:

<service>
<terminal_handler>
<cics_soap_1.1_handler/>
</terminal_handler>
</service>


I would suggest that you read thru this CICS Web Services Share Presentation


Thank you. I had to follow up with our CICS sysprog and he confirms that all our pipelines use the standard CICS handlers coded as in your example above. I have also shared the presentation with him. He has promised to look some more into it as time permits.
Back to top
View user's profile Send private message
chuck
Beginner


Joined: 30 Nov 2007
Posts: 25
Topics: 11

PostPosted: Wed Aug 23, 2023 8:58 am    Post subject: Reply with quote

kolusu wrote:
chuck,

Did you update the XML file to handle the terminal property?
Code:

<service>
<terminal_handler>
<cics_soap_1.1_handler/>
</terminal_handler>
</service>


I would suggest that you read thru this CICS Web Services Share Presentation


Hi, our Sysprog says that our set up is like in your example and he read thru the presentation and he said he found this
TERMID(name)
This option is required when the transaction to be started must communicate with a terminal; it should be omitted otherwise.

So he said just go ahead and omit it.F
Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group