IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need help with SOAP for CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gsnvsr

New User


Joined: 06 Jul 2005
Posts: 40

PostPosted: Fri Jan 06, 2006 5:27 pm
Reply with quote

We are implementing SOAP for CICS TS2.2 using
WebSphereMQ.
We are wanting to have different adaptor programs
called from the Application Mapper. We believe that we
can do this by ensuring that we replace the message
handler by parsing the XML header and to retrieve the
header name. This headername would be used in the user
container to be passed to the application mapper. The
application mapper also needs to be changed to get the
container and use the value in it as the message
adapter program to be linked with. Will this work and
if so would anyone have the method of parsing the
header message in the message handler?



Any help would be really appreciated.

Many thanks,
Prasad
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Wed Mar 01, 2006 6:16 pm
Reply with quote

hy,

we are making a pilot using SOAP for CICS...
first, migrate to cics ts v3.1, this is recommended by ibm
cics ts v3.1 supports CHANNEL/CONTAINER
by calling your adaptor programs, you can use the LINK instead with
a commarea (not useful 32K limit), with a CHANNEL, the adaptor program
can ask for the CHANNEL with ASSIGN CHANNEL...

just note: with this method you will not boost any enduser performance
parsing xml is not fast, ok...

martin9
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top