Author |
Message |
Topic: Stupid ESQL Q: What's the type for InputRoot and OutputRoot? |
hemendra123
Replies: 2 Views: 3555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 02, 2006 8:28 am Subject: Stupid ESQL Q: What's the type for InputRoot and OutputRoot? |
matoh, Usage of 'REFERENCE' will help you.
Use the below signature for the case you mentioned.
CREATE PROCEDURE CopyEntireMessage(IN MyInputRoot REFERENCE, INOUT MyOutputRoot REFERENCE) |
Topic: eSQL help |
hemendra123
Replies: 8 Views: 5259
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 28, 2006 8:12 pm Subject: eSQL help |
Madi, Just try placing the PROPAGATE stmt in the loop, ofcourse after setting the outputroot, might help you. |
Topic: How to add a namespace to an incoming xml? |
hemendra123
Replies: 7 Views: 4458
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 26, 2006 7:48 am Subject: How to add a namespace to an incoming xml? |
MiLi-
Just tweak the following snippet to meet your needs-
DECLARE refData REFERENCE TO INPUTROOT.XML;
-- Creata a XML field with name space.
CREATE LASTCHILD OF OutputRoot.XMLNS NAMESPACE(your_ ... |
Topic: stripping soap headers and construct a message |
hemendra123
Replies: 10 Views: 8111
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 24, 2006 11:23 am Subject: stripping soap headers and construct a message |
Assuming that you are trying to translate the SOAP reponse message, XMLNS domain into XML message try with this code
...............
CALL CopyMessageHeaders();
-- Add an XML declaration to th ... |
Topic: problem during MB Toolkit debugging |
hemendra123
Replies: 7 Views: 5400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 07, 2006 8:46 pm Subject: problem during MB Toolkit debugging |
Thanks elvis. If you don't understand/experienced the issue, it is unlikely that you may provide me appropriate solution.
On further analysis, we have seen that if break points are removed ... |
Topic: Clarity Required ! |
hemendra123
Replies: 2 Views: 1947
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 07, 2006 9:26 am Subject: Clarity Required ! |
elvis, ah ...that's a very wild imagination or rumours without any reason.
srindies you are right. webMethods and ICS are two diff offerings from two diff vendors with two completly diff functionali ... |
Topic: problem during MB Toolkit debugging |
hemendra123
Replies: 7 Views: 5400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 05, 2006 10:49 pm Subject: problem during MB Toolkit debugging |
Hi, Thanks for the prompt replies. I did set the break points in the ESQL and I was able to track the flow until returning the flow from ESQL. The execution control breaks when it executes the last st ... |
Topic: problem during MB Toolkit debugging |
hemendra123
Replies: 7 Views: 5400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 05, 2006 9:53 pm Subject: problem during MB Toolkit debugging |
Hello, I am trying the debug broker message flow. debug Control enters into the main input node, then to compute node and lastly to output node. when the control gets into compute node, I was able to ... |
Topic: WBIMB integration with WBISF |
hemendra123
Replies: 7 Views: 5060
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2005 11:02 pm Subject: WBIMB integration with WBISF |
There are 2 options of integrating MB with SF.
1. use the webservices way. expose the bpel process as webservice and
invoke from the message flow HTTP Request node or otherway round, expose the m ... |
Topic: Teaming in MB Tool kit 5.0.5 |
hemendra123
Replies: 2 Views: 2084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 27, 2005 3:13 pm Subject: Teaming in MB Tool kit 5.0.5 |
I got the references for this task. The idea would be to include the SCM adapter plugs, provided by eclipse, into the tool kit and get the toolkit hooked to Clear Case.
Thanks !! |
Topic: Teaming in MB Tool kit 5.0.5 |
hemendra123
Replies: 2 Views: 2084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 27, 2005 11:17 am Subject: Teaming in MB Tool kit 5.0.5 |
Hi,
I need your suggestion with respect to teaming in Broker Tool kit 5.0.5.
Currently in the existing set up, we have the CVS repository for teaming and delieverables are uploaded in the Clear ... |
Topic: problem in removing the message flows from execution group - |
hemendra123
Replies: 1 Views: 2376
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 27, 2005 7:57 am Subject: problem in removing the message flows from execution group - |
Hello,
I am using WBI MB 5.0.4. we have defined a message flow and deployed them into the execution group. When I try to do 'remove deployed children' from the tool kit to remove the message flow f ... |
Topic: regarding transaction coordination for multiple destination |
hemendra123
Replies: 4 Views: 2407
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 06, 2005 8:05 am Subject: regarding transaction coordination for multiple destination |
Eddie - Thx for the reply. Agreed that help material provides much valuable suggestion. and based on that I have set the transaction mode as YES in both input and output, which means transaction will ... |
Topic: regarding transaction coordination for multiple destination |
hemendra123
Replies: 4 Views: 2407
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 06, 2005 3:03 am Subject: regarding transaction coordination for multiple destination |
Hi,
I am trying to put messages into the queues specified in Destination List. ( say 3 queues ). Suppose one of the queue is put inhibited, the messages are put into the other 2 queues. and the exce ... |
Topic: regarding the MB infrastructure set up |
hemendra123
Replies: 7 Views: 4660
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 25, 2005 11:07 pm Subject: regarding the MB infrastructure set up |
Hello,
we have started developing a project as team. I would like to know what is the best way (practise) in the development. we have sufficient licenses as well.
I assume that every developer wi ... |