parsing a xml using java code palette in tibco

771 views Asked by At

I want to convert string xml to tree structure format using java code palette. I tried very hard to solve this. But i didnt know how to write the code in java code palette.

Please share any one has solution for this.Plzzz help me..

1

There are 1 answers

0
Hems Bhatt On

You can write java code using eclipse. Create a jar once you implemented your logic in java. Place that jar under tibco/bw/lib. In TIBCO designer, using java method activity you should be able to access the jar and related method. If you need more details then please refer document (designer and BW). Let me know if steps I mentioned resolved your issue.

~Hems