cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, Soap ACTION

former_member561528
Participant
0 Kudos

Hi Friends,

     what is the Use of Soap Action parameter in  Soap Adapter.

     For Example i am Using "Delete" in Soap Action. where exactly this action will Executed.

Thanks and regards,

Prakash

Accepted Solutions (0)

Answers (3)

Answers (3)

Harish
Active Contributor
0 Kudos

Hi Bhanu,

SOAP action is used to perform particular operation using SOA
adapter. it is used when you have web service which can perform more than 1
operation and you can define your operation through communication channel.

Hope this is help.

 

Regards,

Harish

anupam_ghosh2
Active Contributor
0 Kudos

Hi Prakash,

1. what is the Use of Soap Action parameter in  Soap Adapter.?

ans)                     The SOAP receiver adapter sends a request to web service and for sync scenarios expects a response. Now this web service might offer a variety of services. The SOAP action specifies  which for operation PI is sending a request for and expects a response.

2.) For Example i am Using "Delete" in Soap Action. where exactly this action will Executed.?

ans) The action goes to web service as request. The target server receives the request processes it and sends back the response to PI server. WSDL provides the message framework necessary for communication to take place between PI and web service.

Regards

Anupam

former_member190624
Active Contributor
0 Kudos

Hi Bhanu,

You will use SOAP adapter for mainly communicating with web services . SOAP action (for example you given  delete method as  SOAP Action in your SOAP communication channel a)represents the method you are going to call on that particular web service ( for example web service has create , update and delete method ) .

Thanks

Hari.