cancel
Showing results for 
Search instead for 
Did you mean: 

Could Java Proxy be used like this?

Former Member
0 Kudos

Hi !

I need XI to send synchronously some data as Multipart Post to an HTTPS server. The HTTP adapter, neither the SOAP adapter are capable of this. I think I can generate a Java Proxy using the synchronous message interface as source and then add my specific code to it, for example using the Jakara Httpclient library.

Does it sounds ok?

I'm new to java, and I've read several posts about Java Proxies....but I still don't understand which are the practical steps to do this...where do I put the generate java proxy files? where do the java proxy+custom code should remain for execution? inside the XI server java stack ? do I have an included built in interface to develop in java or I need to use an external tool/IDE, and then upload the compiled java code to somewhere?

Thanks,

Matias.

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>> Java Proxy using the synchronous message interface

YES it is possible

1) It is not advisable to deploy the Java Proxy in the XI system.Deploy it in non central adapter frame work

>>where do I put the generate java proxy files?

Integration Builder --message interface --right click you will find option for java proxy generation

>>where do the java proxy+custom code should remain for execution?

In non central adapter frame work ( it is advicable )

>> inside the XI server java stack ?

NO

This will help you

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

Regards

Agasthuri Doss

Answers (3)

Answers (3)

Former Member
0 Kudos

Matias,

My blog might give you some useful hints /people/amol.joshi2/blog/2006/06/28/must-fire-a-http-get-from-xi---try-this

and probably this video demo too

https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798 [original link is broken]

==> Check out the video <b>Java Proxies in XI</b> on this URL.

Rgds,

Amol

Former Member
0 Kudos

have a look at

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

Former Member
0 Kudos