cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Soap Envelope in Axis framawork

former_member185171
Participant
0 Kudos

Hello,

when creating a SOAP receiver communication channel, one can specify 'Do Not Use Soap Envelope'.

Does this possibility exist when using the Soap Axis adapter?

Thanks.

Kris Claes

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Does this possibility exist when using the Soap Axis adapter?

No this is not possible.

Axis framework is made to handle SOAP calls, so it would not make sense to use Axis adapter on no-SOAP calls.

http://en.wikipedia.org/wiki/Apache_Axis

former_member185171
Participant
0 Kudos

Hi Stephan,

I get that. But the soap adapter is also made to handle soap calls. Why does it exist there and not for the Axis framework? Or do I miss something?

We switched from the the regular soap to soap-axis in order to be able to use dynamic configuration of the receiver url. That won't work in soap, I have been told. Is there a way to combine the two possibilities?

Greetings.

Kris

Former Member
0 Kudos

Hi Kris,

Dynamic configuration do work with regular SOAP receiver adapter and Axis framework is not required for this functionality.

We have done this for one of interfaces in PI70 21.

Check this wiki out for details.

http://wiki.sdn.sap.com/wiki/display/profile/2007/06/22/SOAPAdapterdynamicURLconfiguration

regards,

francis

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

there is a 'payload extraction' option avaiable under XI parameters section when we use SOAP-Axis adapter.

Here you can specify which part of XI message to take the payload of the SOAP message from.

have a look here -

http://help.sap.com/saphelp_nw04/helpdata/en/45/a3c48c87cd0039e10000000a11466f/content.htm

after installing the Axis framework you can compare both message anyway.

regards,

francis

former_member185171
Participant
0 Kudos

Thanks for the respons, but this is not the solution of our problem.

Kris