cancel
Showing results for 
Search instead for 
Did you mean: 

calling an external jar files

Former Member
0 Kudos

I have a scenario, where my receiver application have some java jar files which I need to call, which will in turn post into the receiver application. I dont have option to call the application directly.

So, my question is what kind of receiver I should be using? proxies? any other ways?

--Angela

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Either java proxies, or maybe you can consider calling these jars from your UDF in your message mapping.

Regards,

Bhavesh

moorthy
Active Contributor
0 Kudos

Hi,

you can think of Java Server proxy to achieve the same.To know about Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

Regards,

Moorthy