ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BLOB data

Post new topic  Reply to topic
 BLOB data « View previous topic :: View next topic » 
Author Message
tosaurav
PostPosted: Thu Jul 19, 2007 8:01 am    Post subject: BLOB data Reply with quote

Acolyte

Joined: 16 Jan 2007
Posts: 62

Trace node output after Invoking Service from HttpRequest Node.

(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 1208
(0x03000000):Transactional = FALSE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2007-07-19 15:54:14.597'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = 'text/html'
)
(0x01000000):HTTPRequestHeader = (
(0x03000000):Content-Length = '1023'
(0x03000000):POST = 'http://localhost:9365/EaiHubSoftScanWeb/EaiDispatcherServlet'
(0x03000000):Content-Type = 'multipart/form-data; boundary=abcd'
(0x03000000):Host = 'localhost'
(0x03000000):SOAPAction = '""'
)
(0x01000000):HTTPResponseHeader = (
(0x03000000):X-Original-HTTP-Status-Line = 'HTTP/1.1 200 OK'
(0x03000000):X-Original-HTTP-Status-Code = 200
(0x03000000):Date = 'Thu, 19 Jul 2007 15:54:25 GMT'
(0x03000000):Server = 'IBM_HTTP_Server/6.0.2.19 Apache/2.0.47 (Unix)'
(0x03000000):Content-Length = '257'
(0x03000000):Connection = 'close'
(0x03000000):Content-Type = 'text/html'
(0x03000000):Content-Language = 'en-US'
)
(0x01000000):BLOB = (
(0x03000000):UnknownParserName = ''
(0x03000000):BLOB = X'3c68746d6c3e3c626f64793e3c7072653e3a4641494c5552453a207b7b4d485f5355424d495353494f4e5f49443d74657374504f5745522c204d4553475f5459'... (data of len 257 truncated)'
)
)

Data is there in BLOB format but not able to place in mqoutput node. Throwing exception Message does not contain data.Following code using in compute node which exist between httprequest and mqoutput.


CALL CopyMessageHeaders();
SET OutputRoot = InputRoot;
SET OutputRoot.MQMD = Environment.MYMQMD;
SET OutputRoot.HTTPResponseHeader = null;
SET OutputRoot.HTTPRequestHeader = null;

Also tried SET OutputRoot.BLOB.BLOB = InputRoot.BLOB.BLOB

Any Pointers
Back to top
View user's profile Send private message
dilse
PostPosted: Thu Jul 19, 2007 9:46 am    Post subject: Reply with quote

Master

Joined: 24 Jun 2004
Posts: 270

Did you set the 'Message domain' property in 'Response Message Parsing' section of HTTPRequest node?

While storing the InputRoot.MQMD in Environment tree try using the DOMAIN 'MQMD'.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BLOB data
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.