Author |
Message |
Topic: Schema Validation after XML Tranformation node |
asalema
Replies: 2 Views: 3892
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 02, 2006 10:28 am Subject: Schema Validation after XML Tranformation node |
Hi All,
I have a flow as follows:
HTTPInput->XMLTransformation node->Javacompute(Schema Validation using Xerces)->HTTPReply
The javacompute node simply validates the incoming message ... |
Topic: Can I spawn a thread for parallel processing in a flow? |
asalema
Replies: 1 Views: 2619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 3:05 pm Subject: Can I spawn a thread for parallel processing in a flow? |
Hi All,
We need to perform auditing in our message flow by dumping the message on a persistent audit queue as part of the main flow. However, because this audit process may take a long time and we ... |
Topic: Why does MessageSet transform datetime format?! |
asalema
Replies: 11 Views: 14473
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 23, 2006 6:05 pm Subject: Why does MessageSet transform datetime format?! |
Hi
Thx a lot jefflowery and kimbert for jumping to help me out. You both have good points.
I did try jefflowery's recommendation for specifying time zone. So, I set the time zone explicitly in mes ... |
Topic: Why does MessageSet transform datetime format?! |
asalema
Replies: 11 Views: 14473
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 22, 2006 3:46 pm Subject: Why does MessageSet transform datetime format?! |
Hi All,
I have a flow as follows
HTTPInputNode ->XMLtransformation->HTTPReply
I use a messageset on the HTTP input node in which I set the Validation to "content" and parsi ... |
Topic: WBIMB V6, HTTPRequest, and MRM |
asalema
Replies: 5 Views: 4755
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 22, 2006 1:55 pm Subject: Why does MessageSet transform datetime format?! |
Hi All,
I have a flow as follows
HTTPInputNode ->XMLtransformation->HTTPReply
I use a messageset on the HTTP input node in which I set the Validation to "content" and parsing ... |
Topic: SOAP HTTP, can the HTTPInput node really understand SOAP? |
asalema
Replies: 2 Views: 3282
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 13, 2006 1:52 pm Subject: SOAP HTTP, can the HTTPInput node really understand SOAP? |
Hi All,
Just trying a simple flow to understand HTTPInput node's support for SOAP using Message Sets
The Flow is simply HTTPInput->HTTPReply
On the HTTPInput node I used message domain MRM ... |
Topic: HTTPRequest node always returns SOAP error as a BLOB? |
asalema
Replies: 2 Views: 3490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 25, 2006 12:22 pm Subject: HTTPRequest node always returns SOAP error as a BLOB? |
Thx very much for your prompt reponse, I really appreciate it
At least I know that what I'm doing is correct.
Thx again. |
Topic: HTTPRequest node always returns SOAP error as a BLOB? |
asalema
Replies: 2 Views: 3490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 25, 2006 11:50 am Subject: HTTPRequest node always returns SOAP error as a BLOB? |
Hi All,
I have a Message Flow with HTTPRequest node calling an external webservice.
When I call the webservice with a valid request
E.g.
<?xml version="1.0" encoding="UTF- ... |
Topic: ESQL question |
asalema
Replies: 2 Views: 3431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 14, 2006 8:45 am Subject: ESQL question |
I am not sure I understand exactly your suggestion, can you elaborate more?
The input message is generated automatically by consolidating group of requests. We then want to change the namespaces li ... |
Topic: ESQL question |
asalema
Replies: 2 Views: 3431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 13, 2006 2:44 pm Subject: ESQL question |
ESQL question
Hi Everyone
I need to be able to transform an XML from this form:
<Envelope>
<GetClientByID xmlns="http://clientregistry1.com">
<id>12345 ... |
Topic: HTTPRequest node, does it generate the SOAP envelope auto? |
asalema
Replies: 2 Views: 3316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 09, 2006 8:56 am Subject: HTTPRequest node, does it generate the SOAP envelope auto? |
Thx shadow
this confirms the same coclusion I got after going through the documentation.
I'm wondering now, what kind of SOAP support is built into MB6?
When you look at the enhancements for M ... |
Topic: HTTPRequest node, does it generate the SOAP envelope auto? |
asalema
Replies: 2 Views: 3316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 08, 2006 4:07 pm Subject: HTTPRequest node, does it generate the SOAP envelope auto? |
Hi All,
I'm trying to use the HTTPRequest node as a web client to invoke a web service throught SOAP HTTP.
My basic question is, do I have to generate the SOAP envelope of the HTTP request manua ... |
Topic: Strange mapping behavior in MB v6 |
asalema
Replies: 4 Views: 5580
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 17, 2006 1:58 pm Subject: Strange mapping behavior in MB v6 |
Thx very much for the prompt replies.
We got the issue resolved
I did update to the latest fix for the toolkit (dated June 16th, 2006)
I then did start -clean
I then did rebuild project, and now ... |
Topic: Strange mapping behavior in MB v6 |
asalema
Replies: 4 Views: 5580
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 15, 2006 7:58 pm Subject: Strange mapping behavior in MB v6 |
Hi All,
We're new to message sets.
We are trying to create a map file using a mapping node for a message set
1- I right-click on the map, click "open map"
2- open the wizard select the option ... |
Topic: Loading properties file from a plugin node |
asalema
Replies: 5 Views: 3369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 08, 2004 9:23 am Subject: Loading properties file from a plugin node |
Hi jefflowrey and kirani,
Thx very much for your reply.
First, I did try to put it in the same directory with the plugin which is WMQIB_HOME\bin and it was not picked up.
And here is a code e ... |