cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter modules in sync scenarios

Former Member
0 Kudos

Hi all,

here we have some strange requirements to the format of a WebService Outbound Call:

So I have a Sender SOAP Channel and developed an adapter module for it, because of a kind of self defined envelope around the data. This module cuts of the envelop and forwards the content (subset of the whole message) to a BPM.

Since this is a synchronouse call I have to add the envelop also to the response message comming from the BPM.

The question is, how to configure the channel in that way that an additional module is called for the response?

I want to avoid a Java Mapping for performance reasons and also reusability of the module.

Thanks

Regards

Olli

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Oliver !

Check this out:

http://help.sap.com/saphelp_nw04/helpdata/en/a4/f13341771b4c0de10000000a1550b0/content.htm

Specially, the last part.

Regards,

Matias

ps: please award points if helpful.

Former Member
0 Kudos

Hi,

thanks for your fast reply.

Well, thats what I did, but doesn't seem to work. I throw an Exception within my Module but nothing happens.

prateek
Active Contributor
0 Kudos

Check here

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/content.htm

Its mentioned

In the sender adapter, you cannot add your own modules.

Regards,

Prateek

Former Member
0 Kudos

Hi,

for the request message it is definitivly working...:-)

Former Member
0 Kudos

Hi Oliver,

I am trying to deploy the EJB which has been developed for adapter module development. The EJB is in the form .Jar file and i am getting the following error

) Error loading archive

C:\Documents and Settings\x10adm\Desktop\EJBXiPayAuthReq.jar

(server side name is: D:/usr/sap/X10/DVEBMGS01/SDM/program/temp/EJBXiPayAuthReq.jar)

com.sap.sdm.util.sduread.IllFormattedSduFileException: There is no deployment descriptor found in the SDA manifest

any help would be really appreciated

Thanks,

Srini

Former Member
0 Kudos

Hi,

seams like your deplayment descriptor is not valid.

Within this xml-File you have to specify the used libraries, applications and/or interfaces.

Here is a how to for creating such modules:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01e29d7...

But I whould suggest to make a new thread for this issue.

Regards

Olli

Former Member
0 Kudos

Hi Oliver,

Thanks for the reply and i will open a new thread for this issue.

Thanks,

Srini

prateek
Active Contributor
0 Kudos

For using the adapter module for the response message, put it after the standard adapter module

Regards,

Prateek

Edited by: Prateek Raj Srivastava on Jan 16, 2008 4:57 PM