Author |
Message |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 1:32 pm Subject: BLOB response from HTTPRequest node |
Interesting, it sounds incorrect according to the doc you posted, but it works fine for me. I've sent 50 or so messages through this since this morning with no problems. Without the TYPE argument, wh ... |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 6:58 am Subject: BLOB response from HTTPRequest node |
Finally got this to work - deleted the CAST and intermediate CHARACTER variable, and used this instead:
CREATE LASTCHILD OF OutputRoot DOMAIN('XMLNSC')
PARSE(InputRoot.BLOB.BLOB
ENCODI ... |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 6:35 am Subject: BLOB response from HTTPRequest node |
Nope, that doesn't work either, I get this exception text, so I'm obviously not getting it to understand that my string is XML:
String is not of correct form for byte array. Must consist of only 0. ... |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 6:29 am Subject: BLOB response from HTTPRequest node |
Will this sort of thing work:
CREATE LASTCHILD OF outputRoot PARSE(castBlobContent); |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 6:24 am Subject: BLOB response from HTTPRequest node |
So is there a way to get it to parse the XML in the blob into the standard Envelope message definition? I've floundered around trying multiple things but obviously don't understand ESQL enough to get ... |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 6:12 am Subject: BLOB response from HTTPRequest node |
Thanks. After casting the BLOB though, I'm trying to get the Envelope message definition to parse the XML. I tried this code snippet:
SET OutputRoot.Properties.MessageType = 'Envelope';
SET Outp ... |
Topic: BLOB response from HTTPRequest node |
skol
Replies: 10 Views: 11085
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 29, 2006 1:54 pm Subject: BLOB response from HTTPRequest node |
After sending a successful web service request from a V6 flow, when the remote web service returns a SOAP fault and an HTTP 500 to the HTTPRequest node, the node returns a BLOB that has the SOAP fault ... |
Topic: JMS initial context factory |
skol
Replies: 2 Views: 3973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 21, 2006 5:18 am Subject: JMS initial context factory |
Thank you! This should get me going. |
Topic: JMS initial context factory |
skol
Replies: 2 Views: 3973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 12:22 pm Subject: JMS initial context factory |
I'm trying to define a JMSOutput node in V6.0.0.2 Broker and toolkit that needs to publish a message on a JMS provider offered up by ActiveMQ (bundled in a vendor product). I put the relevent Active ... |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:58 am Subject: Phantom local execution groups |
After all the above struggling, I just got done with the steps in the original thread, and it worked - I no longer have the three execution groups (three instances of DataFlowEngine.exe) that were onl ... |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:50 am Subject: Phantom local execution groups |
I'm IN! It took any old password - so I'm all set. Thanks for your help!! |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:49 am Subject: Phantom local execution groups |
Well, just to try I got into my local DB2 command editor, and under all of my DB2 Connect databases I see WRKDB. So I must be DB2. But the connection dialog requires a password, and I can't tell if ... |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:44 am Subject: Phantom local execution groups |
This is what comes back - I've done this before looking for the UUID and didn't even notice that there is a user and password right there:
BIPv600 en US
ucnv Console CCSID 437 dft ucnv CCSID ... |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:21 am Subject: Phantom local execution groups |
Yeah, I was hoping to avoid deleting the broker just for this.
I believe the installer lays down Derby by default, but am unsure. I have a JDBC tool for accessing it, but have no clue what credent ... |
Topic: Phantom local execution groups |
skol
Replies: 14 Views: 11576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 20, 2006 7:13 am Subject: Phantom local execution groups |
Oh, I never mentioned that the original thread I'm referencing is 29761 : http://www.mqseries.net/phpBB2/viewtopic.php?t=29761 |