Author |
Message |
Topic: Existance of a character |
samchenchu
Replies: 1 Views: 2460
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 18, 2013 2:59 am Subject: Existance of a character |
How to check whether the character ':' is existed in the value of an element symbol?
<sCustomer symbol="sf:AGHFC__Service_"> |
Topic: Problem in XSD Creation |
samchenchu
Replies: 1 Views: 1606
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 05, 2013 9:53 pm Subject: Problem in XSD Creation |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--W3C Schema generated by XMLSpy v2005 rel. 3 U (http://www.altova.com)-->
<xs: ... |
Topic: Accessing attribute using Reference |
samchenchu
Replies: 3 Views: 2023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 8:34 pm Subject: Accessing attribute using Reference |
Hi,
My xml looks as below.
<root>
<os:ADDRESS>
<of:ADDRLINE index="1">Bombay</of:ADDRLINE>
<of:ADDRLINE index="2">MUMBAI</of:ADDRLINE>
& ... |
Topic: Casting in Message set |
samchenchu
Replies: 5 Views: 2069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 08, 2013 3:18 am Subject: Casting in Message set |
Yes.Message format is XMLNSC.I am validating against message set. I need to use a REPLACE function hence casted as char.
Is this a sugested way. |
Topic: Casting in Message set |
samchenchu
Replies: 5 Views: 2069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 08, 2013 1:38 am Subject: Casting in Message set |
In my message set I have given ["Total"] attribute datatype as "Decimal". In the ESQL for the ["Total"] attribute i am sending the value which has been casted as charact ... |
Topic: XSD Validation |
samchenchu
Replies: 3 Views: 1929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 30, 2013 2:37 am Subject: XSD Validation |
Hi friends,
I have below 3 elements in my XSD and below is my code therefore i am sending output root to validate node to do validation.In my While loop for the 1st message its validated successful ... |
Topic: XSD validation |
samchenchu
Replies: 2 Views: 2112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 30, 2013 2:18 am Subject: XSD validation |
Thank you..Its working |
Topic: XSD validation |
samchenchu
Replies: 2 Views: 2112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 29, 2013 10:51 pm Subject: XSD validation |
Hi Friends,
In my XSD one attribute has the pattern value as below.
<xs:attribute name="ItemNumber" use="required">
<xs:simpleType>
... |
Topic: Reference |
samchenchu
Replies: 2 Views: 1866
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2013 8:40 pm Subject: Reference |
what is the if condition to checck whether the reference has data or its empty? |
Topic: Concatinate input messages |
samchenchu
Replies: 7 Views: 3447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2013 2:19 am Subject: Concatinate input messages |
Ya..i am sorry. Actually i didnt get the message to the queue read by MQGet node.
I am doing debug and control gets terminated once it reaches to MQgetnode. |
Topic: Concatinate input messages |
samchenchu
Replies: 7 Views: 3447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2013 2:06 am Subject: Concatinate input messages |
Actually the control is not passing from mqgetnode.I have set below properties for mqgetnode still I am not able to process the message from MQget node.
Properties :
Quename - GET
Generate mode - ... |
Topic: Concatinate input messages |
samchenchu
Replies: 7 Views: 3447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2013 1:32 am Subject: Concatinate input messages |
I am using Mq get node to hold the messages.But it is not storing all the messages which ever i am sending.
Is there any other properties which i should set in the mqgetnode? |
Topic: Concatinate input messages |
samchenchu
Replies: 7 Views: 3447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 22, 2013 11:10 pm Subject: Concatinate input messages |
Hi friends,
My flow is
Mqinput ->Compute ->Mqoutput.
Mqinput will receive messages from datapower and it has to concatenate all the messages in compute node until one element Zstatus in them ... |
Topic: XSD validation using Validate node |
samchenchu
Replies: 2 Views: 2621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 22, 2013 8:36 pm Subject: XSD validation using Validate node |
hi friends,
I am doing validation using validate node.
My flow is httpinput ->compute->validate;
the compute node output message is as per xsd which is added in validate node.
I am getting ... |
Topic: GMT TimeStamp |
samchenchu
Replies: 7 Views: 8715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 22, 2013 5:22 am Subject: GMT TimeStamp |
Can any one let me know how to Set the CVT field ? |