Author |
Message |
Topic: Referencing Constants in a separate Broker Schema |
chibban
Replies: 4 Views: 7639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 27, 2005 2:53 pm Subject: Referencing Constants in a separate Broker Schema |
Is there any other way to define global variables ones in a shared schema and use them from another schema ? |
Topic: Verify/Datatype function |
chibban
Replies: 1 Views: 2100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 08, 2005 2:12 pm Subject: Verify/Datatype function |
Hi all,
I'm looking for a way to check a string's type, that is, to determine
if the string contains only numbers or only alphabetic charechters.
Is there a way to do that ?
I tried using CAST, b ... |
Topic: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
chibban
Replies: 12 Views: 14099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 15, 2005 8:58 am Subject: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
Finally I decided to search the XML as a string :
I used AsBitStream function to "flaten" the tree into string, and then used the POSITION function to locate the element inside that string. Then I pa ... |
Topic: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
chibban
Replies: 12 Views: 14099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 02, 2005 1:19 pm Subject: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
I think that either I don't understand u or I wasn't clear about what I'm looking for.
I want to write a generic function, that recieve 2 arguments :
XML tree and element name
and retrieve the core ... |
Topic: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
chibban
Replies: 12 Views: 14099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 02, 2005 12:48 am Subject: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
Hey all !
First of all thanks for the fast reply.
Secondly, I tried using the select u mentioned but it doesn't work.
My XML tree looks like this :
Envelope
Body
InsertBug
cas ... |
Topic: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
chibban
Replies: 12 Views: 14099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 24, 2005 2:29 pm Subject: Locate an Element in XML and Promote ESQL variable 2 SubFlow |
Hi all,
I have 2 problems and I'm in need for help :
1
==
I'm looking for a function that gets XML and an Element name,
locates that element in the XML and returns it's value.
I heard ... |
Topic: Two Http headers |
chibban
Replies: 2 Views: 2562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 8:35 am Subject: Two Http headers |
Greate thank u |
Topic: Two Http headers |
chibban
Replies: 2 Views: 2562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 1:01 am Subject: Two Http headers |
Hello,
I have a strange problem. I'm writing a flow like this :
MQ input -> Http request -> compute node -> Http request -> MQ output.
In the compute node I generate an HttpRequestHeade ... |
Topic: xml.attribute |
chibban
Replies: 6 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 13, 2005 1:24 pm Subject: xml.attribute |
I did search for XML Attribute, and I even tried both ways of creating the xml attribute, Still it doesn't work... I get an invalid XML structure...
I have no idea what I'm doing wrong.
[I tried the ... |
Topic: xml.attribute |
chibban
Replies: 6 Views: 4533
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2005 1:41 pm Subject: xml.attribute |
Hello,
I have a related question :
I need to generate XML with attributes, lets say :
<EXAMP>
<FIRST type="NUMBER">
<SECOND type="CHAR">
</EXAMP> ... |
Topic: Urgent!!! - Constant core dumps upon mqsistop |
chibban
Replies: 1 Views: 1990
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2005 1:30 pm Subject: Urgent!!! - Constant core dumps upon mqsistop |
Hi all,
I'm facing a really wired and annoing problem.
Whenever I use the mqsistop command I get a core dump.
The larger problem is :
I'm writing a flow that is a web service. Occasionally I can't ... |
Topic: Calling a web service using a HTTPRequest node |
chibban
Replies: 9 Views: 9105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2005 12:10 pm Subject: Calling a web service using a HTTPRequest node |
jefflowrey - What do u mean by "You might need to use Aggregate" ? |
Topic: Calling a web service using a HTTPRequest node |
chibban
Replies: 9 Views: 9105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 07, 2005 2:53 am Subject: Calling a web service using a HTTPRequest node |
Hello,
I'm writing a message flow which suppose to be called as a web service and to call another web service. My question is, after I invoke the web service from the message flow, how can I return ... |
Topic: WBIMB - Debgugger not working |
chibban
Replies: 7 Views: 6095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 05, 2005 8:15 am Subject: WBIMB - Debgugger not working |
I beleive stop RAC service -> Start RAC service -> mqsireload for all the data flow engines is also good.
I had a missing execution group on the debugger and that solved this in my case. |