Author |
Message
|
nab054371 |
Posted: Tue Dec 11, 2007 10:32 am Post subject: HttpInput Node - WBIMB V6.0 |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Hi,
I have configured my HttpInput Node URL as follows:
/hello* (for testing purposes)
My incoming SOAP message has following http header:
(0x01000000):HTTPInputHeader = (
(0x03000000):X-Original-HTTP-Command = 'POST http://localhost:7080/hello/ HTTP/1.0'
(0x03000000):Content-Type = 'text/xml'
(0x03000000):Accept = 'application/soap+xml, application/dime, multipart/related, text/*'
(0x03000000):Accept-Encoding = 'Identity'
(0x03000000):User-Agent = 'Axis/1.0'
(0x03000000):Cache-Control = 'no-cache'
(0x03000000):Pragma = 'no-cache'
(0x03000000):SOAPAction = '"http://soapinterop.org/"'
(0x03000000):Content-Length = '1305'
(0x03000000):Url = 'http://localhost:7080/hello'
My http message flow does not pick up this message?
I am running it off of the same box as the broker.However the moment I change my HTTP Input Node URL property to /* it picks up this message!
Any help is appreciated..
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 11, 2007 2:51 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you restart the broker twice after changing the URL? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nab054371 |
Posted: Tue Dec 11, 2007 7:43 pm Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Do I have to?May I ask why would I need to restart broker and that too twice? |
|
Back to top |
|
 |
nab054371 |
Posted: Wed Dec 12, 2007 1:05 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Bouncing the broker twice worked!I am not sure why I would have to bounce it though!
Thanks for your help Jeff.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 12, 2007 11:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
nab054371 wrote: |
Bouncing the broker twice worked!I am not sure why I would have to bounce it though!
Thanks for your help Jeff.. |
Because of how the internals of the bipHTTPListener work, in storing URL configurations.
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|