cancel
Showing results for 
Search instead for 
Did you mean: 

JCo Java App to RFC sender adapter

Former Member
0 Kudos

Hi Guru,

We have Java app calling RFC directly to ECC using JCo. This is working fine. Now we have to change our Java app to call RFC via XI RFC sender adapter. We have set up RFC sender adapter and sm59 type T according to other threads and blogs. Now the question is in our Java app, what do we have to change in our code? I guess that we have to change in create client connection step, am I correct?

Thanks you in advance

Shanu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you have Java --> XI --> RFC?

You need to configure RFC Receiver and not sender for this.

For sender you may use http/soap and change your java application to write http/soap client.

Thanks,

Beena.

Former Member
0 Kudos

Because our JCo client app is working so we try to avoid to change the code to other way.

The solution we want is JCo app<->XI<->RFC

Edited by: Shanu As on Aug 7, 2008 12:25 AM

Former Member
0 Kudos

Hi,

In case of JCo app<->XI<->RFC you may go for java proxies to send the request to XI or may deploy the WebService on Java Application side.

As you have said your {JCo client app is working} then you may indetify that in which format it's communicating with XI so you just need to deal with Receiver side RFC in XI ...no need to do anymore changes.

Thanks

swarup