cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 EHP1 SOAP-> Java proxy config question

Former Member
0 Kudos

Hi,

I'm struggling to implement the SOAP->Integration Server-> Java Proxy scenario in Netweaver PI 7.31 EHP 1 Dual Stack. Seems like the various documents I read on configuring this scenario are incomplete and sometimes contradictory. So I have a couple of questions.

1) I have an Inbound service defined in ESR. Does it need to be use the Interface pattern "Stateless (XI30-Compatible)" or is Stateless sufficient? I believe I've read that in XI30-Compatible is for legacy compatibility and not necessary in 7.31.

2) If I use the Stateless interface pattern, do I use the WS adapter for the Integration Server to Java proxy communication? If XI30-Compatible is used, then I understand I need an XI adapter.

Thanks,

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Dimitri
Active Contributor
0 Kudos

HI Steve,

I suppose you want to expose content via web services?

In your outbound Service Interface, you can use Stateless (XI30-Compatible). Also, please use a sender SOAP communication channel and download the WSDL to give to your web service consumer application.

On the receiver side, use the Java HTTP communication channel.

Kind regards,

Dimitri

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found that if I do not add the XIEnabled annotation and set enableWSRM to false in the java skelton generated by NWDS, then I can simply configure an endpoint in NWA and call the service with the SOAP Adapter. That seems to work well so far.