cancel
Showing results for 
Search instead for 
Did you mean: 

Can 2 or more SOAP actions be merged in a single message mapping?

Former Member
0 Kudos
Can 2 or more SOAP actions say SA1,SA2 and SA3 be combined together in a single Message Mapping.

What I want is
Message_TypeA
   SA1
   SA2

  SA3

When I am trying in Message Mapping Signature tab it is coming as

Message_TypeB
    Message1
               SA1
    Message2
               SA2
    Message3

             SA3

Is it possible to get it as Message_TypeA and not Message_TypeB? I want to avoid these Message1,Message2 and Message3. Please help me experts.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member201264
Active Contributor
0 Kudos
udo_martens
Active Contributor
0 Kudos

Is it possible to get it as Message_TypeA and not Message_TypeB? I want to avoid these Message1,Message2 and Message3

You should change the occurance to 0-unbounded..

Former Member
0 Kudos

Which occurrance should I change to 0-unbounded

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You can use dynamic configuration in UDF and use THeaderSOAPACTION to assign value dynamicallly. Please refer Mark reply

http://scn.sap.com/thread/2151180

Former Member
0 Kudos

Hi Bhaskar,

Can you please explain the terms THeaderSOAPACTION and TServerLocation. What values should I give there?

Thanks for the quick response.