Nocturno
New User
Joined: 02 Aug 2023 Posts: 1 Location: France
|
|
|
|
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 ! |
|