cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT mapping queries.

Former Member
0 Kudos

Hi,

I have a scenario in which I need to post the data in JMS queue from a proxy call.

[Proxy>PI>JMS]. Here the MQ message is fed to a web application.

The scenario contains two mapping viz message and XSLT mapping.

The first one is message mapping and then XSLT is called.

Now in the XSLT mapping CDATA tag is called to skip the xml parsing and send to JMS queue for HTML output in web application.

My doubt is how can I achieve table formatting from PI. Few options can be

1) incorporate xsl in CDATA tag of XSLT mapping for HTML tag for table format?

2) instead of JMS queue, should I need to post in HTTP receiver directly?

3) Is it the xsl need to add in Web application side for the sending xml from PI?

Please help in my understanding.

Thanks

PV.

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Try with Java Proxy,you can directly update data in to web application or if you web application team ready to accept data in the form of web service then you no need to generate output in the form of HTML.

Regards,

Raj

Answers (1)

Answers (1)

Former Member
0 Kudos

I think that your question is not really clear.

What exactly do you want to achieve with the XSLT map ?