cancel
Showing results for 
Search instead for 
Did you mean: 

Can we enhance the Sender SOAP Adapter with our own modules?

Former Member
0 Kudos

Hi All,

Can we enhance the Sender SOAP Adapter with our own modules on the Module Tab Page in the Module Processor?

I believe the answer is no. However, whatever may be the answer, I would like to know that is there any specific reason for that.

Please help me in this regard.

Thanks,

Yogi.

Accepted Solutions (1)

Accepted Solutions (1)

former_member91687
Active Contributor
0 Kudos

Hi,

Read Section 4.6 of this doc, there is an explanation given on why you cant use custom modules with the sender SOAP adapter.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79">How to use the SOAP Adapter</a>

Regards,

Chandra

stefan_grube
Active Contributor
0 Kudos

It is wrong what is written in this how to guide (I have to update it).

The point is: When you have a module in the sender SOAP adapter and inside you have the code line:

Object msg = inputModuleData.getPrincipalData();

Here the msg cannot be derived from interface

com.sap.aii.af.ra.ms.api.Message

So you are not able to treat the message with the adapter development API.

Regards

Stefan

bhavesh_kantilal
Active Contributor
0 Kudos

Stefan,

Thanks for the update!

Regards

Bhavesh

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

I think, we are mentioning the URL of the adapter channel directly in the configuration. SO there is no place we can customize this flow..just a thought

Because in the file adapter etc, After Adapter Engine picks up the data and before it goes into integration engine module is processed..

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b...

Rgds,

Moorthy

Former Member
0 Kudos

Hi,

Go through this weblog which will help you:

/people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

---Satish