cancel
Showing results for 
Search instead for 
Did you mean: 

Can I call the XISOAPADAPTER through ICM ?

tombo_larsen
Active Participant
0 Kudos

Hi

Is it possible to call XISOAPAdapter through the ICM of the XI doublestack system instead of calling it on the Java-part directly?

I.e. If my XI doublestack system uses HTTP port 80 for the ICM HTTP service and port 50000 for the javastack's http service, it is then possible to call XISOAPAdapter though port 80?

Best regards

Tom Bo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tom,

If you use "plain" SOAP you can use the Integration Engine directly without the SOAP Adapter on the Java based Adapter Engine, like its described here:

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Then you can call on your already configured ICM Port 80.

Otherwise i think you can use a Dispatcher in front of your Adapter Engine to root the request through and shield your 50000 port.

Best regards

Sebastian

Answers (0)