cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ESP JMS Output XML adapter for Xpath xml

former_member190239
Participant
0 Kudos

Hello ,

I have a requirement to send data from SAP ESP to a JMS queue... I cannot use the event xml but have to use x path xml.... can you guide on how to acheive this? to create a jms output adapter for x path xml

Accepted Solutions (1)

Accepted Solutions (1)

JWootton
Advisor
Advisor
0 Kudos

Have you check the project log file? See this blog post for how to do that: https://blogs.sap.com/2016/11/14/troubleshooting-sds-project-logs/

Answers (3)

Answers (3)

JWootton
Advisor
Advisor

I'm not sure I understand your question, but let me suggest some information that might help:

If ESP doesn't have a pre-built adapter that suits your needs, you can easily build a custom adapter using the adapter toolkit. The toolkit supports pluggable transport and formatter modules. So you could, for example, re-use the existing JMS transport module, but write your own custom xml formatter if the standard xml formatters provided with ESP don't do what you need.

Here's the list of formatters provided with ESP: http://help.sap.com/saphelp_esp_51sp12_bca/helpdata/en/e7/85c5536f0f10148ce5edaa93952636/content.htm

And that page is within the doc section on building custom adapters.

Also, here's a tutorial on building custom adapters that might be helpful: http://go.sap.com/documents/2016/04/bcbce94c-6a7c-0010-82c7-eda71af511fa.html

Can I ask why you are using ESP rather than SAP HANA smart data streaming (SDS)?

former_member190239
Participant
0 Kudos

Thanks jeff...

former_member190239
Participant
0 Kudos

hello jeff... we have licenses for ESP now and will soon be moving to SDS..

where I am currently stuck is I have one input stream and this sends data to three output streams... one is hana... the other is a CSV file and the third is the file hadoop xml output adapter...for which I have given the xsd and global element schema and other mandatory details...

when I execute the project.. I am able to see the data in Hana tables... and the csv file is genearted too,, However , the xml file is not produced and there are no logs and traces in either the frameworkadapter.log or project folder...

How and where can we see why the xml file was not produced?

Regards,

Teja