|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
HTTPRequest Node Error |
« View previous topic :: View next topic » |
Author |
Message
|
moonwalker |
Posted: Fri Mar 26, 2010 2:39 am Post subject: HTTPRequest Node Error |
|
|
 Apprentice
Joined: 02 Jun 2009 Posts: 42
|
Hi,
I have designed a message flow that has a Webservice to be called host on Websphere Application Server. I am using WMB 6.0.
When ever the HTTPRequest node make webservice call I observe that a huge error is logged in the SystemOut.log file of WAS. The error says, "an unidentified charecter 0x48 found in the prolog of the request."
I rightly set the Http headers, content, host and soap-action. charset in the content header is set to utf-8.
If the webservice is invoked through a client code then there is no problem as I am able to get the expected response.
Any help would be appreciated. |
|
Back to top |
|
 |
AndreasMartens |
Posted: Mon Mar 29, 2010 1:56 am Post subject: More information needed |
|
|
 Acolyte
Joined: 30 Jan 2006 Posts: 65 Location: Hursley, UK
|
Hi, think we're going to need a little more information. 0x48 is 'H' in just about every single western codepage (it's in the ASCII invariant area), so we're going to have to figure out where this character is creeping in.
Can you use a tunnel / tcp sniffer to grab the message? I use nettool which is a little simple but manages these things quite well. You should see something like:
POST /wibble HTTP/1.1
Host: localhost:2000
Content-Length: 6
Cookie:
SOAPAction: ""
<xml/>
If could be it's bailed on the 'H' in "Host", newline error maybe? Which platforms are your clients and servers on?
cheers,
Andreas |
|
Back to top |
|
 |
moonwalker |
Posted: Mon Mar 29, 2010 2:23 am Post subject: Re: More information needed |
|
|
 Apprentice
Joined: 02 Jun 2009 Posts: 42
|
Thanks for the reply.
I tried goolge with the error message and found that it could be a WAS 5.1 issue. The link "http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg1PK30932" explains the same for versions 6 and beyond.
I am able to get the blob error as response from the Webservice which I am able to process successfully. Probably no issues with message flows.
I am planning to deploy the Webservice into a greater version of WAS and test to see the behaviour.
I will update the results once done. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|