Author |
Message |
Topic: CREATE NEXTSIBLING |
Chuck831
Replies: 7 Views: 13331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 10:02 am Subject: CREATE NEXTSIBLING |
JT
I don't understand what you mean by "ELEMENT" the CREATE NEXTSIBLING statement. |
Topic: CREATE NEXTSIBLING |
Chuck831
Replies: 7 Views: 13331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 7:33 am Subject: CREATE NEXTSIBLING |
Let me try to shed more light. After I create the first occurance of <NS2:Addr> I created a procedure to create additional occcurances.
When the I attempt to create the second occurance of & ... |
Topic: CREATE NEXTSIBLING |
Chuck831
Replies: 7 Views: 13331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 09, 2005 10:46 am Subject: CREATE NEXTSIBLING |
Hello,
I'm trying to create the following XML:
<NS1:Data>
<NS1:AcctNo>123</NS1:AcctNo>
<NS1:Addresses>
<Ns2:Addr>
<NS2: ... |
Topic: Referencing namespace elements |
Chuck831
Replies: 3 Views: 2339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2005 7:40 am Subject: Referencing namespace elements |
Jeff,
Could you be any more specific?
Thanks. |
Topic: Referencing namespace elements |
Chuck831
Replies: 3 Views: 2339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2005 7:17 am Subject: Referencing namespace elements |
Hi,
I am trying to processing an message that is returned from a web service. The message contains namespaces. The output message will not contain namespaces.
I can't seem to get the data from ... |
Topic: Calling a Web Service from a Message Flow |
Chuck831
Replies: 3 Views: 2810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 05, 2005 8:43 am Subject: Calling a Web Service from a Message Flow |
I tried using XMLNS however that didn't work either. When I decode the blob message that is returned I'm getting SOAP Fault errors, i.e.
Soap version mismatch
SoapAction not valid |
Topic: Calling a Web Service from a Message Flow |
Chuck831
Replies: 3 Views: 2810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 05, 2005 5:58 am Subject: Calling a Web Service from a Message Flow |
Hello everyone:
I need some help as this the first time we have attempted this. I have a message flow that calls a .NET Web Service. The WS should return a XML tree of special condition codes. ... |
Topic: Propagate Question |
Chuck831
Replies: 3 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 25, 2005 1:13 pm Subject: Propagate Question |
I just worked this one out.
It was in the way that I was incrementing RecCnt. If you move SET RecCnt = RecCnt + 1; to after the PROPAGATE statement everything works correctly. |
Topic: Propagate Question |
Chuck831
Replies: 3 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 25, 2005 11:46 am Subject: Propagate Question |
Hi,
Could someone point me in the right direction. My message flow is as follows:
Filter --->Compute(1) ---> FlowOrder ---> Compute(2) ---> Output
... |
Topic: Copying Headers using subflows |
Chuck831
Replies: 7 Views: 3470
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 18, 2005 10:39 am Subject: Copying Headers using subflows |
Eddie,
I did put a trace node there. Here is the results from that:
(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000& ... |
Topic: Copying Headers using subflows |
Chuck831
Replies: 7 Views: 3470
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 18, 2005 8:42 am Subject: Copying Headers using subflows |
Hi,
Could someone point me in the right direction. I'm attempting to create a library of common procedures that could be called from individual message flows. The first one I have attempted is a ... |
Topic: Database Select Loop |
Chuck831
Replies: 3 Views: 2030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 14, 2005 4:15 pm Subject: Database Select Loop |
Thank you. The more I looked at it the less I saw.  |
Topic: Database Select Loop |
Chuck831
Replies: 3 Views: 2030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 14, 2005 2:29 pm Subject: Database Select Loop |
Hi,
I am attempting to retrieve a group of records from an Oracle database and add values from the rows retrieved to an output message. However, it appears to be timing out and is not producing an ... |
Topic: XML Declaration Question |
Chuck831
Replies: 4 Views: 2578
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2004 1:14 pm Subject: XML Declaration Question |
Everyone, Thank you. When I used the attribute everything worked correctly.
Thanks again |
Topic: XML Declaration Question |
Chuck831
Replies: 4 Views: 2578
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2004 10:29 am Subject: XML Declaration Question |
Hi,
I'm hoping that someone can point me in the right direction. I need to create the following XML Declaration:
<CreateJob revision="1.0.0" environment="Test">
... |