Author |
Message |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 26, 2010 3:21 am Subject: Problem parsing using ASBITSTREAM |
[quote="smdavies99"]Would you like to add a trace node after the compute node and post here the output of the ${Root} tree? This I am sure would help us to understand your problem.[/quote]
... |
Topic: Message Set for SWA message to generate WSDL |
PK
Replies: 0 Views: 1051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 26, 2010 12:23 am Subject: Message Set for SWA message to generate WSDL |
Hi,
I have created a message set for generating WSDL and I that I want he request and response to have attachment ( for SWA) .For that I have created alocal element in response and request messages ... |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 25, 2010 11:19 pm Subject: Problem parsing using ASBITSTREAM |
[quote="smdavies99"]have you followed kimbert's suggestion and taken a user trace of the messagee as itis Parsed? This will show much more detail about the actual error. Don't forget to disc ... |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 25, 2010 4:58 am Subject: Problem parsing using ASBITSTREAM |
Experiment with using RootBitstream mode instead of FolderBitstream. Look in the event log to see whether there are any error messages. Take a user trace to see why the parse is failing.
These are b ... |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 25, 2010 3:02 am Subject: Problem parsing using ASBITSTREAM |
Hi ,
I have converted the BLOB data to CHAR its showin proper ata . I cudnt understnd wats happening while parsing its not retrieving any data. |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 8:36 am Subject: Problem parsing using ASBITSTREAM |
I assume this is the same problem as http://www.mqseries.net/phpBB2/viewtopic.php?t=52659. If nobody is replying to your thread, a polite 'any ideas?' usually works well - on the original thread.
I ... |
Topic: Problem parsing using ASBITSTREAM |
PK
Replies: 11 Views: 13638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2010 5:20 am Subject: Problem parsing using ASBITSTREAM |
Hi
I am taking a XMLNSC message as input and converting it to Bit stream and adding it to a Message .I am using WMB version 6.1.0.5
While parsing it the output is not having the data .
Following i ... |
Topic: No output while parsing BLOB message to XMLNS message |
PK
Replies: 10 Views: 14023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2010 4:59 am Subject: No output while parsing BLOB message to XMLNS message |
the message output for he SOAP service where response is getting created is
(0x01000000:Name):Response = (
(0x01000000:Folder):XMLNSC = (
(0x01000000:Folder):Performance = (
... |
Topic: No output while parsing BLOB message to XMLNS message |
PK
Replies: 10 Views: 14023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2010 3:36 am Subject: No output while parsing BLOB message to XMLNS message |
hey,
Thanks for your advice . I have changed the domain of MQGet to BLOB but doing that he SOAP tree is not getting created properly
presently
I have done the following in compute node after MQG ... |
Topic: No output while parsing BLOB message to XMLNS message |
PK
Replies: 10 Views: 14023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 22, 2010 10:20 pm Subject: No output while parsing BLOB message to XMLNS message |
sorry the response code is actually
CALL CopyMessageHeaders();
DECLARE ccsid INTEGER InputProperties.CodedCharSetId;
DECLARE performanceData BLOB ASBITSTREAM(InputRoot.XMLNSC CCSID InputPro ... |
Topic: No output while parsing BLOB message to XMLNS message |
PK
Replies: 10 Views: 14023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 22, 2010 10:19 pm Subject: No output while parsing BLOB message to XMLNS message |
Hi,
Thanks for your response actually I have tried by not creating the PARSER type node before parsing it worked successfully . I dont have any particular reason behind using XMLNS I have changed to ... |
Topic: No output while parsing BLOB message to XMLNS message |
PK
Replies: 10 Views: 14023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 22, 2010 6:21 am Subject: No output while parsing BLOB message to XMLNS message |
Hi,
I am developing a webservice request - response flow . After SOAP input node I am attaching XMLNS message to Response by casting it into BLOB by the following code in compute node .Response is g ... |