cancel
Showing results for 
Search instead for 
Did you mean: 

Generate file xml in WD

Former Member
0 Kudos

Hi expert,

How can I generate file XML via java

do you have examples in WD ?

Regards

Yossi

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi Yossi,

store your data in XML format in KM...

If this is your requirement then...

generally to achieve this we use

1. A bean class(java class with getters and setters for variables)

2. XML builder(which will define the sructure of your XML file in KM)

3. XML Handler and

4. XML Parser.

If this what u wnat to do... reply so that I can explain you in Detail...

Regards,

Srinivas.

Former Member
0 Kudos

Hi Sintia,

Generally, this is my requirement

I know about method that call DOM

but if you can give me example it's will be great

actually I need to create Dynamic xml

from Data from Bapi

how can I built the XML via WD

Thanks

Yossi

Former Member
0 Kudos

Hi,

Please refer this thread

Regards

Ayyapparaj