cancel
Showing results for 
Search instead for 
Did you mean: 

integrating with java struts frame work

Former Member
0 Kudos

Hi XI'ers

actually we have situation in our company,we have our own integration framework which is built on struts,so now we r trying to integrate our framework with xi.

can anybody give some suggestions on this would be much appreciated?

if anybody have a similar situation plz do respond.

thanks heaps

regards

kish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

it would depend on what kind of functionalities and interfaces exposed by XI are to be integrated with struts but to list...here are a few ideas..

1. struts actions acting as a client to the XI java proxies(client proxies) --> sync scenarios.

2. XI exposing required functionalities as web services (sender SOAP scenarios )..

Struts action consuming them using standalone web service proxies( standard NW feature)

3. struts forms acting as the information collectors and actions in turn posting SOAP messages directly to pipeline..

4. struts forms acting as the information collectors and actions in turn posting HTTP messages directly to pipeline.(ref HTTP clients for XI)

..

HTH,

Amol

former_member529475
Active Contributor
0 Kudos

Hi Park,

This thread may be helps for you... check it ..

Cheers..

Vasu

bhavesh_kantilal
Active Contributor
0 Kudos

The first option that strikes me is using java Proxies.

Check this how to guide,

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

Regards

Bhavesh