cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use Java proxies?

Former Member
0 Kudos

Hi,

Q1. Where all can java proxies be used? Is it only in scenarios where a java appication(like jsp) is involved?

I have a IDOC-XI-SFTP scenario.

I have a java program that creates the SSH session and transfers files. I can use this as a Java Mapping and do the SFTP , but can i do it in java proxies? if yes then how can i create the java proxy as the receiver. Note: i dont have a java application in the sceanrio.

pls tell me if its not clear, i can clarify.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ok

JoelTrinidade
Active Contributor
0 Kudos

Hi,

In addition to what michal said i would like to share some good references with you.

java proxies

Java Proxies and SAP XI: The Inside

Story u2013 Part I

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

/people/yugapreetha.t/blog/2007/12/03/pre-requisites-for-client-java-proxies

Asynchronous Inbound Java Proxy.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1929. [original link is broken] [original link is broken] [original link is broken]

advanced search

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java+proxy&adv=false&sortby=cm_rnd_...

Concept of proxy generation

/people/srinivas.gv/blog/2005/09/27/concept-of-proxy-generation

An Illustration of Java Server Proxy

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

rgds

joel

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>I have a java program that creates the SSH session and transfers files. I can use this as a Java Mapping and do the SFTP , but can i do it in java proxies? if yes then how can i create the java proxy as the receiver. Note: i dont have a java application in the sceanrio.

sure you can use proxy in this case

create a proxy and make sure to add your java libraries

that you use in this java program to make ssh session

then just copy the java program code to your proxy and you're done

in one of my projects 4 years ago we also used a java proxy for SFTP

Regards,

Michal Krawczyk