Author |
Message
|
chinns |
Posted: Tue Feb 21, 2006 11:55 pm Post subject: How to send input SOAP Message to HTTPInput Node |
|
|
Newbie
Joined: 21 Feb 2006 Posts: 2
|
Dear All,
I am new to MB.I want to send soap message to HTTPInputNode.How to send it?please send me the details.i will be gr8 full to you if send me asap.
Thanks
Chinna |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 22, 2006 3:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What is a soap message?
What protocol does the HTTPInput node use?
How do you send messages over that protocol? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chinns |
Posted: Wed Feb 22, 2006 4:24 am Post subject: input to HttpInput |
|
|
Newbie
Joined: 21 Feb 2006 Posts: 2
|
my requirement I need to send sample input message to HTTPInput node and store the same into queue.what should i do for that.
please send me the details.
Thanks
Chinns |
|
Back to top |
|
 |
SixBlade |
Posted: Wed Feb 22, 2006 4:26 am Post subject: |
|
|
Apprentice
Joined: 03 Dec 2003 Posts: 26 Location: UK
|
You're asking how to send a SOAP message to the Broker? Assuming then you know how to receive it in the broker as well (ie parsing soap envelope etc). If you're talking about sending, it can be done from .Net, Java and other languages with web services packages, or from others as well as long as you can chat HTTP and create XML (but a bit more to do then). Example: there is a Java Web Services Developer Pack, which can be used to send requests, think I have examples of that + plus should be stuff on the web. |
|
Back to top |
|
 |
EAI Developer |
Posted: Wed Feb 22, 2006 6:15 am Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi,
In order to send SOAP message to a httpinput node over http protocal ,IBM supplies a Net Tool 1.0.4 where it can send input SOAP message to httpinput node and gets the responce back which will display in the Net Tool itself or u can write u r own java program to assist u r need.
Cheers,
Raj. |
|
Back to top |
|
 |
Bill.Matthews |
Posted: Wed Feb 22, 2006 6:58 am Post subject: |
|
|
 Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
|
Actually, nettool is prvided by SourceForge.net. The curren version can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=55568
It is version 3.3.1 - Nov 2005.
It is a very useful tool for sending a fully formed SOAP message into the WMB HTTPinput node. _________________ Bill Matthews |
|
Back to top |
|
 |
EAI Developer |
Posted: Wed Feb 22, 2006 7:18 am Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Oops,,sorry for the wrong info,,actually i came to know about this tool,with the IBM provided message broker labs.Thats y i thought its IBM product..Thanx for correcting me anyway
Cheers,
Raj. |
|
Back to top |
|
 |
|