cancel
Showing results for 
Search instead for 
Did you mean: 

Inetgrate Client application through XI

Former Member
0 Kudos

Hello,

I have one scenario

Client (Web Portal (JSP Page)) is on server A and XI on server B.

Suppose I need to send two parameters from my Web Portal (JSP page) to xi to R/3 and it will return some result.

Can I go with Java Client proxy --- xi -- rfc approach.

If not then

Can I go with SOAP Approach -- SOAP -- XI --- RFC approach

a. Pls tell me the steps required for IR and ID (any documents if you have).

b.How can I invoke that generated webservice from my jsp page --- so that my request parameters values go to xi from my jsp page and to R/3 and then result from R/3 to xi and to my jsp page.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

u can see raj's reply in this thread...he has given the document links for java proxy..

hope this helpful..

Former Member
0 Kudos

Hello,

Pls let me know for my query

Regards

Former Member
0 Kudos

you can go with any of the approches you've mentioned.

For java proxies, search SDN for keywords "Inside story of Java proxies" .it contains the details of scenario on client java proxies.

for sender soap scenario check the link https://www.sdn.sap.com/irj/sdn/howtoguides and the SOAP adapter how to guide in XI section.

if your Server A is SAP WebAS then your life will be easier ;)...if not...a bit tough

Former Member
0 Kudos

Hello All,

Server A is not SAP WebAS.

So for Java Client Proxy --- xi --r/3 approach

I need to deploy my jar files in the server A.

In Client (JSP page) which is in (server A ) I need to pass my xi server (server B)cerdentials( username,password, business service ).

Pls let me know if I am right in my procedure.

Also If the above scenario is sync can this be done by HTTP -- XI --RFC approach

Regards