cancel
Showing results for 
Search instead for 
Did you mean: 

Can JAVA proxy be used in this scenario?

Former Member
0 Kudos

Hi,experts:

My scenario is JAVA PROXY<=>XI<=>RFC(R3 4.71)

Is it possible?

I have no concept about the JAVA PROXY mechanism

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes.

You will need a Java client which should be able to give a call to the Java proxy, since you have a Client proxy in your scenario.

Search on SDN for the pdfs by name Java proxy - Inside story part one and two

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ming,

it is absolutely possible for your scenario.

I have done this scenario, and everything is OK.

former_member189387
Active Contributor
0 Kudos

Hi Han-Guang Chen ,

The same scenario I need to work on . Like

Java application < -- > XI(RFC) .

EG . Java application has to give the From Distance and to Distance . The RFC will response back as the distance.

In XI Part it is accepting request and reposing back . I have tested using Altova XML Spy .

But how to send request from external java application ?

If possible Can you please explain in step by step .

Best Regards.,

V.Rangarajan

Former Member
0 Kudos

JAVA PROXY bases on WEB AS JAVA.Only if your java application is on WEB AS JAVA,you can use JAVA PROXY.Otherwise,you need check what kinds of request both the XI and the java application support(file,web service,jms etc...)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

why do you want/need to use java proxy?

why don't you use one of many standard adapters instead?

java proxy should only be used if there's no adapter

that can fulfill your requirements

and there are quite a few: File/ftp,mail,soap,http etc...

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

yes , check the below links

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

Regards

Chilla