Author |
Message
|
Adreno |
Posted: Mon Nov 07, 2011 2:27 am Post subject: Promoting SOAP Input Node Basic Values |
|
|
Acolyte
Joined: 05 Jul 2007 Posts: 71
|
Hi,
is there any way to promote the basic parameters of the SOAPInput node like the
- WSDL File Name
- ImportedBinding
- Port Type etc.
??
I´d like to automate some deployment issues and use the cmp API I to change the Input settings of our SOAP Services using the mqsibaroverride functions. Is there any way to acchive this. _________________ There are two kinds of people in this world: people who s***, and Chuck Norris... |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Nov 09, 2011 3:04 pm Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Yes, there is, but the properties you listed have no value being promoted. for example, what value is it to change the WSDL file name? the whole message flow is built around the WSDL contract. If you change the WSDL contract, you invalidate the message flow. Why do you want to change the WSDL file name? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Adreno |
Posted: Fri Nov 11, 2011 4:35 am Post subject: |
|
|
Acolyte
Joined: 05 Jul 2007 Posts: 71
|
well, you are right.
Specially for SOAP Input node this seems to be quite senseless.
Looking at SOAP Request Node I could be helpful from my point of view if your able to manipulate the URL for the request according to different provider in e.g. in different staging environments.
How could I solve this issue? _________________ There are two kinds of people in this world: people who s***, and Chuck Norris... |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 11, 2011 5:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Adreno wrote: |
How could I solve this issue? |
You mean, other than using the Destination List? |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Nov 11, 2011 5:21 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The SOAPRequest node target URL can be overridden by a LocalEnvironment Setting.
We use that all the time to point at different targets in different environments.
We hold all this sort of data in a DB table. Nice and easy to change if needed (under proper change control naturally). Strangely enough we call the column for this bit of data, 'SERVICE_ENDPOINT'. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|