Posted: Mon May 26, 2008 10:54 pm Post subject: Problem with the configuration of HTTPRequest/input nodes
Novice
Joined: 26 May 2008 Posts: 16
Hi all,
Im trying to Know the usage of HTTPnodes in the Messagebroker.
I created two flows
flow 1: MQinput-->Compute-->HTTPRequestnode-->computenode--->MQoutputnode and
flow2:HTTPInput node-->computenode-->HTTPreply node
Im running these two flows on the same machine and trying to send request from flow1 to flow2 and receive response from flow2.
In the HTTP request node URL specified is localhost:7080/abc/service
and in the HTTPIput node it is abc/service
Now the problem is only when i treat message as BLOB in the HTTPrequest node and XML message domain in the HTTPinput node connection is being established. But in this case Im getting an parser exception on the response side(flow2) saying unable to parse the first child.
If i specify BLOB message domain in the HTTPinput node or XML domain in the HTTPrequest node Connection is not being established.
Any help in this regard would be appreciated.
Thanks in advance.
Posted: Mon May 26, 2008 11:05 pm Post subject: Re: Problem with the configuration of HTTPRequest/input nod
Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
pvnkumar wrote:
Now the problem is only when i treat message as BLOB in the HTTPrequest node and XML message domain in the HTTPinput node connection is being established. But in this case Im getting an parser exception on the response side(flow2) saying unable to parse the first child.
Very stupid idea, how can you transform a BLOB to XML, thats the reason you are getting PARSER error (simple common sense)
pvnkumar wrote:
If i specify BLOB message domain in the HTTPinput node or XML domain in the HTTPrequest node Connection is not being established.
What does a webserive understands?
What is webservice format for communication?
answer the above two for us.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
I could understand the cause for the error.
What i want to know is why the communication is not happening when i treat message domain as BLOB in the HTTPinput node or Message domain as XML on both HTTPinput node and HTTPrequest node.
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