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

How to avoid duplicating a CICS Web Service ?


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

New User


Joined: 02 Aug 2023
Posts: 1
Location: France

PostPosted: Wed Aug 02, 2023 3:00 pm
Reply with quote

Hello everyone !

Here is my concern : I’ve got a CICS Web service. This Web service can be called by 2 ways:

- One by a “client” CICS transaction: it uses an Urimap and a Requester Pipeline. Works well.
- Other one from “Intranet open SOA world”: this way adds a security header to the http message, that is not supported natively by the CICS Web Service (of course: same Webs -> so same wsdl, so same interface than the first way). To handle this security header, we use a handler set in the provider pipeline configuration file (basicsoap11provider.xml). This handler’s name is DFHWSADH (IBM default one).

To manage this 2 calling ways, I need 2 provider pipelines: one with the handler DFHWSADH for the Intranet open SOA World, and other one without handler for the client CICS transaction.

As a Web Service can be associated with only one pipeline at the same time how can I do to expose my Web Service to my 2 clients without duplicating the Web Service ?

I’m sorry if my question is dumb, but I don’t have any idea how to do that.
Thank you for your help !
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 CICS vs LE: STORAGE option CICS 0
Search our Forums:

Back to Top