Author |
Message
|
dilse |
Posted: Wed Sep 12, 2007 8:12 am Post subject: HTTP Post in Message Broker V6 |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
Hi All,
I am on Message Broker V6. I know that WMB supports Web Services very well but How is the support for just an HTTP Post? Can we just use HTTPRequest node to accomplish this task? I am sure a lot of people are dealing with the HTTP Post instead of web services as it is fast and simple when internal. Let me know your experience in this regard.
Thanks,
DilSe.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 12, 2007 8:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What happens when you try it? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dilse |
Posted: Wed Sep 12, 2007 8:59 am Post subject: |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
Thanks Jeff. I did not get a chance to try it out yet. I am exploring the options on Message Broker to deal with HTTP Post on some specific requirements. I do not have an exact details to implement it yet. I am just trying to see if anyone have already dealt with HTTP Post with the Message Broker to see if its possible to do so. Did you have any experience along this lines.
Thanks,
Kiran. |
|
Back to top |
|
 |
mgk |
Posted: Wed Sep 12, 2007 11:34 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Hi.
The HTTPRequest node can send any data you wish over HTTP. By default the nodes send the data using HTTP POST but you can use HTTP GET by setting a LocalEnvrionment override. The data does not have to be SOAP data or even XML data. The only requirement is that the server you are sending the request to understands the request you are sending and can send a valid HTTP response.
Regards,
MGK _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
dilse |
Posted: Wed Sep 12, 2007 12:13 pm Post subject: |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
Thanks MGK.
This(SOAP vs XML) is exactly what I wanted to know. Thanks very much.
DilSe.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 12, 2007 12:32 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
SOAP is a standard that describes XML documents. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|