cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Soap Action in Soap Receiver

Former Member
0 Kudos

Hi ALL,

I have a requirement where i have a WSDL file which contains multiple actions and multiple Soap Action Parameters ,

whereas i need to combine all the Soap action Parameters into single SOAP Parameter and call it in my SOAP action parameter at the receiver side

of the SOAP.

Please guide me how to achieve this.

Accepted Solutions (0)

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

If you mean setting it dynamically, yes, it is possible. The technical name for soap action in dynamic configuration is THeaderSOAPACTION with namespace http://sap.com/xi/XI/System/SOAP

http://help.sap.com/saphelp_em900/helpdata/en/48/327519a3af58d8e10000000a421937/frameset.htm

Hope this helps,

Mark

Former Member
0 Kudos

Thanks Mark.I over looked this option .

I hope this answers Sagar's query .

Regards

Venkat

allamudi_loordh
Active Participant
0 Kudos

Hi Vidya Sagar,

Before you start your development and possibility try importing the WSDL file into soap ui and see how the webservice is behaving and let us know the results(there you can see how exactly you are sending the request ). Is it synchronous or Asynchronous.

Regards,

Loordh.

Former Member
0 Kudos

Hi,

I believe it's not possible to dynamically set SOAP action parameter in SOAP channel.We need to go for multiple receiver SOAP channels for multiple SOAP actions.

Regards

Venkat