Author |
Message
|
giridhararm |
Posted: Mon Aug 27, 2012 5:59 am Post subject: webservices message broker |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
hi
i want to call multiple webservices based on input parameters in message flow
ccan u guys pls suggest me best design pattern for this |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 27, 2012 6:05 am Post subject: Re: webservices message broker |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
giridhararm wrote: |
ccan u guys pls suggest me best design pattern for this |
I'd look up using a SOAPInput in gateway mode in the InfoCenter _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
giridhararm |
Posted: Mon Aug 27, 2012 6:11 am Post subject: deisgn pattern |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
i would like to call multiple webservices in message flow at a time |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 27, 2012 6:18 am Post subject: Re: deisgn pattern |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
giridhararm wrote: |
i would like to call multiple webservices in message flow at a time |
There are two separate nodes that can be used to call a single webservice at a single time.
You can use either of them.
A message flow is a single threaded process, from the input node that starts it to the output node that finishes it.
There are design patterns that allow you to send multiple outputs to multiple things and return a single result.
You are asking for basic programming education.
We don't do that here.
Read, think, try, repeat. This is how you learn. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Aug 27, 2012 6:54 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 27, 2012 6:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lancelotlinc wrote: |
Should someone post links to the WMB Dev I and WMB Dev II training courses? |
Give it up. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Aug 27, 2012 7:39 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Vitor wrote: |
lancelotlinc wrote: |
Should someone post links to the WMB Dev I and WMB Dev II training courses? |
Give it up. |
Agreed, the saying 'trying to flog a dead horse comes to mind'.
{via 3g from a Grosmont Station} _________________ 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 |
|
 |
wbi_telecom |
Posted: Mon Aug 27, 2012 9:09 am Post subject: |
|
|
 Disciple
Joined: 15 Feb 2006 Posts: 188 Location: Harrisburg, PA
|
I used a design a while ago using HTTPRequest node where I would change the URL in the LocalEnvironment folder based on certain parameters in the input message to invoke the respective webservice. So the flow reading the input message was a facade to multiple webservices based on what was sent in the input message.
Not sure if this works for you and as I said it was a while ago but I think same should work with SOAPRequest node.
Cheers, |
|
Back to top |
|
 |
|