Author |
Message |
Topic: MBToolkit losts access to imported SAP schema |
tom_1
Replies: 0 Views: 1083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2014 5:04 am Subject: MBToolkit losts access to imported SAP schema |
Hello,
I moved from Toolkit 7 to 8.0.0.3 version.
My application has 2 kind of interfaces: SAP (BAPI) and WS (SOAP)
My scenario of development:
- create new application
- add new message mod ... |
Topic: ESQL - copy subtree |
tom_1
Replies: 11 Views: 7010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 5:58 am Subject: ESQL - copy subtree |
SET outputStructure.{FIELDNAME(inputStructure.*[I]} = FIELDVALUE(outputStructure.*[I]);
The FIELDVALUE(elementA) of <ElementA><ElementB>Value</E ... |
Topic: ESQL - copy subtree |
tom_1
Replies: 11 Views: 7010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 5:46 am Subject: ESQL - copy subtree |
CREATE LASTCHILD of <reference> FROM <reference>
Doesn't that copy namespaces as well?
Yes, it does, but changing namespaces recursively afterwards is quite straightforward.
What ... |
Topic: ESQL - copy subtree |
tom_1
Replies: 11 Views: 7010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 5:25 am Subject: Re: ESQL - copy subtree |
Is there any way (pattern , procedure) in ESQL to do it more easily?
Have you considered using a mapping node? Mapping nodes provide ways to easily map collections of fields with the same or simila ... |
Topic: ESQL - copy subtree |
tom_1
Replies: 11 Views: 7010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 5:23 am Subject: ESQL - copy subtree |
CREATE LASTCHILD of <reference> FROM <reference>
Thank you , I wil check it
T. |
Topic: ESQL - copy subtree |
tom_1
Replies: 11 Views: 7010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 5:13 am Subject: ESQL - copy subtree |
I have two different data structures in different NS, but fields in the subtrees are the same.
Structure 1: Source data - webservice
Structure 2: Destination data - IDOC
Structure 1 (source):
... |