Posted: Wed Sep 22, 2004 3:11 pm Post subject: HTTP Request Header bitstream (if any) was ''
Acolyte
Joined: 16 Oct 2003 Posts: 69
I am putting out an MRM message to the HTTPRequest node and I get the following error:
Quote:
2004-09-22 17:48:27.235052 4352 RecoverableException BIP3162S: An error occured whilst performing a Web Service request. The HTTP Request Header bitstream (if any) sent to the server was: ''. The HTTP Request Messsage Body bitstream (if any) sent to the server was: ''. The HTTP Reply Header bitstream (if any) received from the server was: ''. The HTTP Reply Message Body bitstream (if any) received from the server was: ''.
Ensure that the HTTP data is valid.
See the following messages for information pertaining to this error.
2004-09-22 17:48:27.235088 4352 ParserException BIP5136E: Invalid Wire Format Identifier ''.
When processing an MRM message the broker requires a valid wire format identifier.
Check that you have packaged the message correctly and set the correct message properties then resubmit the message.
I know that the message is valid because it was parsed through the input node. Now when I check 'Use the whole input message as request' the message does get there. I just want to be able to specify the request message location tree as: InputRoot.XML. So I am confused. Any ideas?
Unless it was a typo, you should be refering to an MRM input message as InputRoot.MRM rather than InputRoot.XML
You could also put a trace node before your HTTPRequest node, and trace ${ROOT} to see what the tree really looks like and go from there... _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
I captured the ${Root} in a trace node before the message goes out to the HTTPRequest node. And it is InputRoot.MRM, that was a typo. This is what it looks like:
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