Author |
Message |
Topic: HTTP Request Node |
grammer
Replies: 8 Views: 8418
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 16, 2008 7:33 am Subject: HTTP Request Node |
No i don't think it is a network error since if i put the url in IE it returns the xml data |
Topic: Quick Question |
grammer
Replies: 4 Views: 4303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 11:07 am Subject: Quick Question |
I also tried XPath and to get all elments of the and it just return properties of the msg
MbMessage msg = outAssembly.getMessage();
List chapters = (List)msg.evaluateXPath(&q ... |
Topic: variable length string in CWF fromat |
grammer
Replies: 14 Views: 8081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 9:04 am Subject: variable length string in CWF fromat |
nice  |
Topic: Quick Question |
grammer
Replies: 4 Views: 4303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 8:23 am Subject: Quick Question |
You're really confused about what String xmlDoc = (String)outBody.getValue();
means.
This isn't even a confusion about ESQL versus Java, it's a confusion about parsers and logical ... |
Topic: variable length string in CWF fromat |
grammer
Replies: 14 Views: 8081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 8:19 am Subject: variable length string in CWF fromat |
in your msg set under msg definiton
-> open it adn expand the tree for messages _
-> keep going till you hiot the elemnts and go to properties under CWF set Length of units to End of bit stre ... |
Topic: variable length string in CWF fromat |
grammer
Replies: 14 Views: 8081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 7:51 am Subject: variable length string in CWF fromat |
You can specify Length Units = End of Bitstream if you want to do it that way.
that way should work since that how i did it for one of mine messages |
Topic: Quick Question |
grammer
Replies: 4 Views: 4303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2008 7:50 am Subject: Quick Question |
Flow:
HTTP Input -> ESQL Node -> (trace) -> Java Compute Node
ESQL Code:
DECLARE ns NAMESPACE 'http://RPlus.org/VCompUpdate.xsd';
CREATE COMPUTE MODULE R_V_Compute
CREATE ... |
Topic: DatabaseRetrieve Node Help |
grammer
Replies: 4 Views: 4068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 29, 2008 1:19 pm Subject: DatabaseRetrieve Node Help |
Flow:
TimeroutNotification Node -> Database Retrive Node -> (HttpRequestion*)
*not implimented yet.
Settings:
TimeroutNotification Node:
-Unique Identifier: T001
-Transaction Mode: Yes ... |
Topic: DatabaseRetrieve Node Help |
grammer
Replies: 4 Views: 4068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 29, 2008 11:06 am Subject: DatabaseRetrieve Node Help |
still neep with it  |
Topic: DatabaseRetrieve Node Help |
grammer
Replies: 4 Views: 4068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2008 9:58 am Subject: DatabaseRetrieve Node Help |
It keeps thowing this error, altho i can't seem to find an option for a parser
==========================================
========= Output From DBRetrieve ===================
Time is: 12& ... |
Topic: HTTP Help |
grammer
Replies: 0 Views: 1842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 19, 2008 8:57 am Subject: HTTP Help |
Ok my flow goes like this
timer --> java node --> java node --> http request(wanting to use http post)
The proble i am having is that it keeps return a HTTP 500 error
The url is corr ... |
Topic: Retrieve records frm table based on date fields |
grammer
Replies: 3 Views: 4817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 11, 2008 6:23 am Subject: Retrieve records frm table based on date fields |
don't want to hijack this topic but, I myself will be doing soem db stuff later and is wondering how would you access that varible in the maping node? I know in the mappoing node you can tell it to s ... |
Topic: HTTP Request Node |
grammer
Replies: 8 Views: 8418
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2008 12:46 pm Subject: HTTP Request Node |
here is the trace after the http request node
==========================================
=========Fail From HTTP REQUEST =========
Time is: 13:9
=================================== ... |
Topic: HTTP Request Node |
grammer
Replies: 8 Views: 8418
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2008 11:26 am Subject: HTTP Request Node |
sorry for being a noob here, but what do u mean by a http reply header. |
Topic: HTTP Request Node |
grammer
Replies: 8 Views: 8418
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2008 11:08 am Subject: HTTP Request Node |
How do you get a HTTP Request Node get data from the web service using HTTP-GET.
I keep trying and i get "The requested name is valid, but no data of the requested type was found"
I tr ... |