cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Module for receivin message

Former Member
0 Kudos

Hi,

Now I have a receiver SOAP adapter. I am sending data and before sending it I use a module. The entry is before sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean.

I also want to use a module for the message received from the adapter. Do I have to call the module after the

sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

entry?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> I also want to use a module for the message received from the adapter. Do I have to call the module after the

> sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean

> entry?

yes.

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Module must be used before the standard module.

Regards,

Prateek

Former Member
0 Kudos

How am I going to call a module for the response message of the WebService?

stefan_grube
Active Contributor
0 Kudos

> Module must be used before the standard module.

...in async scenario

prateek
Active Contributor
0 Kudos

For response message, you should use it after the standard module.

Regards,

Prateek