Author |
Message |
Topic: Removing the XML definition tag in ESQL |
Raj kumar
Replies: 2 Views: 6614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 14, 2009 12:37 am Subject: Removing the XML definition tag in ESQL |
After copying the input Root,
SET OutputRoot.XMLNSC.XMLDeclaration = NULL; |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2009 1:46 am Subject: How to send message in Http GET method |
Thanks guys for all your intrest in assisting me.
Finally, I was able to see the data sent as part of url in query String field in HTTP headers in HTTP Input node.
Now I have a question,
I ... |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 12, 2009 10:39 am Subject: How to send message in Http GET method |
Yes, I understand... however, I give the url in the HTTP Request node url property i.e. http://host.com. and in the compute node before this I am creating a request message from the input i.e. ?da ... |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 12, 2009 10:04 am Subject: How to send message in Http GET method |
In trace even i am not able to see the data, However in the HTTP Request node, I point to the constructed query string in the Advanced properties->Input Request Message Location.
I construct ... |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 12, 2009 1:35 am Subject: How to send message in Http GET method |
( ['WSRoot' : 0x82911f0]
(0x01000000:Name):Properties = ( ['WSPROPERTYPARSER' : 0x16c29f8]
(0x03000000:NameValue):MessageSet = '' (CHARACTER)
(0x03000000:NameValue):Messa ... |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 10, 2009 3:10 am Subject: How to send message in Http GET method |
Yes, I have set all the validations. |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2009 10:00 am Subject: How to send message in Http GET method |
No, it's not throwing any errors. If it a problem, then it should not pass the HTTP Input node rite? |
Topic: How to send message in Http GET method |
Raj kumar
Replies: 15 Views: 8399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2009 9:31 am Subject: How to send message in Http GET method |
Hi friends,
I have a message flow setup in 6.0 WMB, where the HTTP client and HTTP Server are 2 message flows.
The client flow is as below
MQInput->Compute->HTTP Request->MQOutput
... |
Topic: Problems in accessing Environment variables |
Raj kumar
Replies: 4 Views: 3989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 05, 2008 12:40 pm Subject: Problems in accessing Environment variables |
Yes, they have been escaped twice before arriving in my message flow
Will soon post the trace details..
For now, the trace had looked like
Properties....
MQMD....
XMLNSC
Header
ns ... |
Topic: Problem with MQGet Node |
Raj kumar
Replies: 4 Views: 3948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 05, 2008 11:52 am Subject: Problem with MQGet Node |
Hi,
Trying connecting a throw node after FailureQueue
i.e. InputNode -> out terminal ->MQGetNode -> outterminal -> Output Q
-> Catch and Failure terminal -> FailureQueue -> ... |
Topic: Problems in accessing Environment variables |
Raj kumar
Replies: 4 Views: 3989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 05, 2008 9:42 am Subject: Problems in accessing Environment variables |
Looking at your code, several questions spring to mind:
- Why are you using ASBITSTREAM immediately followed by CREATE...PARSE? Why not just copy the elements into the environment tree?
Ans: I ... |
Topic: Problems in accessing Environment variables |
Raj kumar
Replies: 4 Views: 3989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 05, 2008 6:07 am Subject: Problems in accessing Environment variables |
Hi All,
I get a xml message as a string under an element which contains attributes/elements etc..., To convert this string to a xml, I am using the below code to convert and assign it to environm ... |
Topic: Problem in storing message in Environment Variables |
Raj kumar
Replies: 12 Views: 11684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 28, 2008 1:43 am Subject: Problem in storing message in Environment Variables |
Thanks for your idea will try this and see whether this help to store 1K messages. |
Topic: Problem in storing message in Environment Variables |
Raj kumar
Replies: 12 Views: 11684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 27, 2008 3:21 am Subject: Problem in storing message in Environment Variables |
Hello Friends,
Can anyone please help me in this issue or give any suitable solution for the below scenario?
I have a single broker and a single execution group on WMB V6.0.0.1.
My requirem ... |