cancel
Showing results for 
Search instead for 
Did you mean: 

Can modules be added to the sender SOAP adapter?

Former Member
0 Kudos

Hi,

Is it not possible to add modules to the sender SOAP adapter.

In SAP help its mentioned that

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

Does this mean i cannot add modules that are custom created or is it not possible to add modules at all..?

If modules could be added does the ResponseOnewayBean work with the SOAP adapter?

Thanks

Shakthi

Edited by: sivasakthi danasekaran on Nov 3, 2008 7:29 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Custom modules cannot be added to the standard sender SOAP adapter. This is however possible if using the AXIS soap adapter. See http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/frameset.htm for further information on this subject.

Best Regards,

Daniel

Edited by: Daniel Engsig-Karup on Nov 4, 2008 8:31 AM

MichalKrawczyk
Active Contributor
0 Kudos

Hi Daniel,

>No, modules cannot be added to the standard sender SOAP adapter.

this is not true - you can add your own adapter modules to the sender soap adapter

you just need to handle SOAP message insiade them and not XI message (as with other modules)

that's the only difference but you can do it

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Ok, fair anough. I was unaware of this feature. SAP help say you cannot. I've also had an OSS message for SAP regarding a SOAP adapter issue once upon a time - back then SAP said I could not! But glad to be corrected if I'm mistaking.

Best Regards,

Daniel

MichalKrawczyk
Active Contributor
0 Kudos

Hi Daniel,

>>>SAP help say you cannot.

standard modules maybe but not all modules

Regards,

Michal Krawczyk

stefan_grube
Active Contributor
0 Kudos

> >No, modules cannot be added to the standard sender SOAP adapter.

>

> this is not true - you can add your own adapter modules to the sender soap adapter

> you just need to handle SOAP message inside them and not XI message (as with other modules)

> that's the only difference but you can do it

Hi Michal,

you need a lot of insider knowledge to do this. Nothing is documented here.

And you cannot be sure, that this module will work after the next patch.

I recommend not to create adapter modules specific only for the sender SOAP adapter, but use Axis adapter instead. So you can use standard modules in sender SOAP adapter as well.

Regards

Stefan

MichalKrawczyk
Active Contributor
0 Kudos

hi Stefan

>And you cannot be sure, that this module will work after the next patch.

hope you're kidding with this one

BTW

I guess AXIS is the next A-(XI)-S adapter for everything hehe

I already know the topic of your next teched session (axis adapter dev)

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

Thanx for all your inputs. I have a SOAP receiver adapter working in the async mode. All i have to do is post a message to a url and get the response code as 200 OK or whatever it is. How can i make this happen? Or is it that i have to use only a synchronous interface for this?

Thanks

Shakthi

Answers (5)

Answers (5)

Former Member
0 Kudos

closed

stefan_grube
Active Contributor
0 Kudos

> If modules could be added does the ResponseOnewayBean work with the SOAP adapter?

Most standard modules do not work with sender SOAP adapter. The ResponseOnewayBean does definitively not work.

Regards

Stefan

Former Member
0 Kudos

Hi

As already answered by experts you can use standard modules but most of them doesn't suit SOAP adapter.

What exactly is the requirement you wanted to achieve?

Thanks

Gaurav

prateek
Active Contributor
0 Kudos

U may use the standard modules but can't use the custom created modules.

does the ResponseOnewayBean work with the SOAP adapter?

SOAP sender already supports sync call. Then what is the need of using this module?

Regards,

Prateek

Former Member
0 Kudos

Hey,

you can add standard modules.

regards,

Milan