Author |
Message
|
sandip_gaikwad |
Posted: Tue Aug 09, 2011 9:14 pm Post subject: How we can invoke web service into message broker |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
how we can invoke web service using message Broker |
|
Back to top |
|
 |
zpat |
Posted: Tue Aug 09, 2011 11:38 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Reading the documentation? Looking at the nodes in the toolkit? |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Aug 10, 2011 1:52 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Then looking at the Sample Flows possibly? _________________ 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 |
|
 |
sandip_gaikwad |
Posted: Wed Aug 10, 2011 2:24 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
How we can convert wsdl message file into soap message file.Please give me useful link or handson or give some java code |
|
Back to top |
|
 |
Terence |
Posted: Wed Aug 10, 2011 2:30 am Post subject: |
|
|
Novice
Joined: 08 Aug 2011 Posts: 12
|
From the WMB tookit, open the Samples and Tutorials pages, you can find the Webservice samples |
|
Back to top |
|
 |
mapa |
Posted: Wed Aug 10, 2011 2:32 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
You got answer on it.
Look at the Web Services samples that is integrated in the Broker toolkit...
WMBT --> Help --> Samples Gallery _________________ Brgds, Magnus Palmér
Enfo Zystems |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Wed Aug 10, 2011 2:49 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
how we can do using java coding?  |
|
Back to top |
|
 |
mapa |
Posted: Wed Aug 10, 2011 3:05 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
Why would you?
The broker has specific nodes for handling this.
The broker is not an application server... _________________ Brgds, Magnus Palmér
Enfo Zystems |
|
Back to top |
|
 |
sandip_gaikwad |
Posted: Wed Aug 10, 2011 3:10 am Post subject: |
|
|
Voyager
Joined: 25 Jul 2011 Posts: 95
|
Sir then tell me which node do that work? |
|
Back to top |
|
 |
mapa |
Posted: Wed Aug 10, 2011 3:14 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
You were instructed in earlier posts to look in the Samples Gallary for Webservices in the toolkit.
Do that. _________________ Brgds, Magnus Palmér
Enfo Zystems |
|
Back to top |
|
 |
zpat |
Posted: Wed Aug 10, 2011 3:46 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Get some training. Do not try to just "pick up" WMB without it. Do not use Java nodes until you understand all the other nodes. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 10, 2011 4:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sandip_gaikwad wrote: |
Please give me useful link or handson or give some java code |
The WMB InfoCenter? That's a useful link. It has a thing called an "index". Also (in case you missed it) there's a little white box top left you can type in. It's called a "search facility" and it finds things for you.
Helpfully, we also have one here - top right of this page. Interestingly you're not the first person to try and use a WSDL in a message flow, and hence there are some discussions in here on how to achieve it. You can find these by "searching".
I also echo the comments of others, based on this thread and your previous effort. Do not just try and jump into WMB without training, or at least mentoring.
I especially underline the point about not treating WMB like WAS. It's not an application server, you can't just write Java MDBs and drop them in, the architecture & purpose is completely difference. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Aug 10, 2011 5:01 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
mapa wrote: |
Why would you?
The broker has specific nodes for handling this.
The broker is not an application server... |
Java language support is one of the best features of IBM WebSphere Message Broker. Its one of the features that makes WMB a stellar product. Why would you not want to use Java inside WMB? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Aug 10, 2011 5:02 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
sandip_gaikwad wrote: |
how we can do using java coding?  |
By using the Java Compute Node.
Have you attended the WM663 class yet? If not, why not? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 10, 2011 5:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
mapa wrote: |
Why would you?
The broker has specific nodes for handling this.
The broker is not an application server... |
Java language support is one of the best features of IBM WebSphere Message Broker. Its one of the features that makes WMB a stellar product. Why would you not want to use Java inside WMB? |
Because you can get what you need done much faster and much simpler in 90% of the cases if you don't use Java. |
|
Back to top |
|
 |
|