Author |
Message |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 12:42 pm Subject: Problem with Null values |
Can you quote the errors please.
The parser was skipping cpf field. So, the characters that was from cpf field were parsed in the next field. Then, all message from this point forward was wrong. |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 12:41 pm Subject: Problem with Null values |
SOLVED!!!!
Thanks for all replies.
I just had to change my "Encoding Null" property from "NullLiteralFill" to "NullPadFill". |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 12:03 pm Subject: Problem with Null values |
Hi kimbert.
I saw a few messages here in forum about the know problem mentioned.
I have good news and bad news.
I´ve installed Message Broker FP4 and Rational Agent Controller 6.0.1.
... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 11:43 am Subject: Problem with Null values |
Yes, the posts was at the same time hehe.
Does it work now? Or same problem?
If it's the same problem, then you're going to have to look at executing your statements in the right order. It's real ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 11:32 am Subject: Problem with Null values |
Is that a change you've made, or was it like that before, when you said "This field does not exist in message tree "?
Hi Jeff.
I've changed the code!
In the first time, there was no ele ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 11:22 am Subject: Problem with Null values |
Try using VALUE after your set statement and set it to NULL. If you set the tag to NULL it will disappear from the message tree and you are bound to get a mismatch with the definition.
Cheers,
Hi ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 10:52 am Subject: Problem with Null values |
I think you need to ensure that the field EXISTs in the message tree, but has a NULL VALUE.
Hi jefflowrey.
I've changed my custom node code to not supress the empty elements and set their value to ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 10:43 am Subject: Problem with Null values |
Well.
It shouldn't matter, but you can try changing the code to populate in the right order, anyway.
This is almost impossible.
My custom node code does not know the correct order of fields, just ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 10:34 am Subject: Problem with Null values |
I forgot to mention that the message tree is populated in different order of the message definition, but the message definition has the complex type set as "unordered set". |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 10:15 am Subject: Problem with Null values |
After check the validation option in mqoutput, the parser gave me the error:
An element has been deemed complete occurring less than specified minOccurs
But, I did not understand it...
The e ... |
Topic: Problem with Null values |
Shadow
Replies: 19 Views: 14059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 06, 2007 8:43 am Subject: Problem with Null values |
Hello all.
I have a custom node that makes SAP RFC calls. It builds the message tree with
call results. Some elements are not mandatory, so they do not apeear in tree.
These results are writt ... |
Topic: How to create <SearchType itemnum="1">MSISDN |
Shadow
Replies: 7 Views: 27276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 10, 2006 1:29 pm Subject: Re: How to create <SearchType itemnum="1">MS |
Hi.
I am trying to do the same thing, but not in ESQL Code. I have to do this in a MessageSet definition.
I create a new ComplexType element and insert the attribute into it, but, i am not able t ... |
Topic: HTTPRequest node, does it generate the SOAP envelope auto? |
Shadow
Replies: 2 Views: 3319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 09, 2006 4:02 am Subject: HTTPRequest node, does it generate the SOAP envelope auto? |
As far i know, you have to generate the SOAP envelope manually.
There are two ways to do this: messageset modeling and SupportPac. The second is a set of SOAP subflows to handle SOAP.
I do prefe ... |
Topic: How to create <SearchType itemnum="1">MSISDN |
Shadow
Replies: 7 Views: 27276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 08, 2006 9:45 am Subject: Re: How to create <SearchType itemnum="1">MS |
Hi,
I am trying to create <SearchType itemnum="1">MSISDN</SearchType> as one of the tag in my request message.
How to do this in ESQL coding ? I tried to use XML.Attribute aft ... |
Topic: [solved] Routing message from WebService to MQ |
Shadow
Replies: 2 Views: 2325
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 12:55 pm Subject: Re: Routing message from WebService to MQ |
First - make sure that the MQMD is added to the output messsage in the proper place and the the HTTPinput header has been removed. A trace of ${Root} should help there.
This was ok.
FlowDebug was ... |