I need to convert an input XML into EDI 850, only for a particular ship From ( SHIPPINGWAREHOUSEID or SHIPPINGSITEID ) . Please let me know how we can achieve this. Attached the input XML . enter image description here
Asked
Active
Viewed 55 times
-1
-
Can you give an example message and what you have tried so far? – Dijkgraaf Dec 12 '18 at 21:30
-
Its based on "Ship From" the xml tag is "SHIPPINGWAREHOUSEID" – Selvaraj Munusamy Dec 12 '18 at 22:01
-
Below are few XML input elements ( I am not able to attach / paste the entire data)
– Selvaraj Munusamy Dec 12 '18 at 22:16 -
Please use the [edit] link below the question and add the information there, rather than in the comments. – Dijkgraaf Dec 12 '18 at 22:29
-
Ok . I have added now . Please help . – Selvaraj Munusamy Dec 12 '18 at 22:45
-
You've added an image. That doesn't make it easy for people to help you. Please add it as text. Also add what your expected output is, and how you've tried to map it – Dijkgraaf Dec 12 '18 at 23:36
1 Answers
1
You can retrieve the value from, presumably, somewhere in the N1 Loop using xpath(), then a Decide Shape in the Orchestration.

Johns-305
- 10,908
- 12
- 21