Author |
Message |
Topic: Removing empty tags from XML using DFDL |
mbsa
Replies: 9 Views: 7270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 10, 2017 8:59 am Subject: Removing empty tags from XML using DFDL |
I had the requirement of removing empty tags in the xml. I used COALESCE function which default NULL while mapping optional fields to get rid of empty tags. |
Topic: Server resumed session with wrong protocol version |
mbsa
Replies: 0 Views: 1329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 01, 2014 8:52 am Subject: Server resumed session with wrong protocol version |
Hi All,
I am using wmb 7. I have a msgflow with soap input ,soap request and soap reply nodes. In my soap request i have the protocol as SSL(
SSL: This option attempts to connect by using the SSLv ... |
Topic: empty tags removal from o/p xml |
mbsa
Replies: 2 Views: 1649
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 18, 2014 10:35 am Subject: empty tags removal from o/p xml |
Yes you are right. I am storing it in shared variable and deleting the OutputRoot.MRM. I will update the post to avoid the confusion. Thanks. |
Topic: empty tags removal from o/p xml |
mbsa
Replies: 2 Views: 1649
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 18, 2014 10:03 am Subject: empty tags removal from o/p xml |
Hi all,
I am using wmb 7.
I have read this topic on the forums and it is said that we cannot remove the empty tags from the output xml.
cwf to xml is my flow .NO emty tags should be there in gene ... |
Topic: exception in debug mode |
mbsa
Replies: 11 Views: 8357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2014 4:25 am Subject: exception in debug mode |
Multiple Copybooks are converted to XML message. I cannot use parsing 'immidiate' on my input node. In my compute node i am building the xml with a create tag <name>.If the <fname> is nul ... |
Topic: exception in debug mode |
mbsa
Replies: 11 Views: 8357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 22, 2014 12:46 pm Subject: exception in debug mode |
Hi ,
I am generating an xml like below.
<name>
<fname></fname>
</name>
In the schema i have <name> as optional and <fname> as mandatory.
I need to generat ... |
Topic: exception in debug mode |
mbsa
Replies: 11 Views: 8357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 18, 2014 4:36 pm Subject: exception in debug mode |
I am using wmb 7.0.0.6. |
Topic: exception in debug mode |
mbsa
Replies: 11 Views: 8357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 17, 2014 3:54 am Subject: exception in debug mode |
Thanks. I think because the parse is on demand it is not failing for long data length copybook.
But Parsing is failing with reason the data too short. But I am [b]not[/b] seeing an ex ... |
Topic: exception in debug mode |
mbsa
Replies: 11 Views: 8357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 16, 2014 11:41 am Subject: exception in debug mode |
Hello All,
I am getting 4 copybooks and i form an xml msg with these 4 copybooks.
As a failure scenario i am sending 2 copybooks with short data length.
I am expecting them to fail and they are f ... |
Topic: Namespace defaulting |
mbsa
Replies: 8 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 22, 2014 4:21 am Subject: Namespace defaulting |
I got the correct NS. The issue was after building the NS in the Root i was overlapping it with the tree structure in my shared variables. That was the reason why it is taking the default NS1.
SET ... |
Topic: Namespace defaulting |
mbsa
Replies: 8 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2014 8:57 am Subject: Namespace defaulting |
Tibor,
There is no issue with the xml.
The target application wants the namespace to be "hns" only.
Can you be more specific about the label you mentioned before.Thanks. |
Topic: Namespace defaulting |
mbsa
Replies: 8 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2014 6:51 am Subject: Namespace defaulting |
I used this code
SET OutputRoot.XMLNSC.hns:Root.(XMLNSC.NamespaceDecl)xmlns:"hns" ='urn:com/uts/services/Aderhead';
But still the same response
<?xml ve ... |
Topic: Namespace defaulting |
mbsa
Replies: 8 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2014 4:13 am Subject: Namespace defaulting |
Thanks for the reply. I do have namespace declaration into OutputRoot.XMLNSC.
DECLARE SVar SHARED ROW;
DECLARE hns NAMESPACE 'urn:com/uts/services/Aderhead';
SET OutputRoot.XMLNSC. ... |
Topic: Namespace defaulting |
mbsa
Replies: 8 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 17, 2014 12:21 pm Subject: Namespace defaulting |
Hello ,
I am using wmb 7.0.
i am declaring a NS as
DECLARE SVar SHARED ROW;
DECLARE hns NAMESPACE 'urn:com/uts/services/Aderhead';
SET OutputRoot.XMLNSC.hns:Root = SVar.XMLNSC.hns ... |
Topic: MsgID Comparision with CorrID |
mbsa
Replies: 8 Views: 5775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2013 11:15 am Subject: MsgID Comparision with CorrID |
Yes you are right Victor.Thanks. I tried with binary now,it worked.I am in WMB 8.0. |