cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use same SOAP ACTION in different environments?

Former Member
0 Kudos

Hi All,

I have a doubt.

Can we use same SOAP Action URL in different environments i.e suppose say Quality, Production and Pre production.And the Target URL is different in both environments.

If yest what is the impact in different environment.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,

SOAP action is nothing but operation/method in webservice .

Usually at end system end as a good practice/std they will maintain the same soap action name in all their environments,but it's always better to cross check url and soap action with end system folks before configuring in PI .

We have faced an issue in production some time back ,at target system end they upgraded their server and used new wsdl which is almost similar to existing but one of the operation they duplicated by adding few addition fields but forgot to inform PI system.Though we are using new wsdl but pointed to old soap action .Interface got failed in PROD after investigation we come to know that we are using wrong soap action

Regards

Venkat

sandip_hole
Participant
0 Kudos

Hi Tulasiram,

SOAP Action will remain same across all the environment for particular interface configuration. Only endpoint URL will get change depending on the environment of your target system.

Regards,

Sandip

allamudi_loordh
Active Participant
0 Kudos

Hi Tulasiram,

U can use same soap action in different environments because the end point url going to be different.

soap action is nothing just a method inside a web service.

Regards,

Loordh.

former_member191435
Contributor
0 Kudos

Hi Tulasiram,

If you want to use the soap action indifferent environment... Please follow below link.

Soap Action is a method used to call perticular operation in that web service.

SAP PI – Dynamic SOAP action using DynamicConfiguration and ASMA settings | EL Netweaver

Single SOAP receiver adapter for multiple inter... | SCN

Thanks,

Sreenivas

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

In theory, yes you can use the same SOAP Action as long as they are the same in different environments. Most webservice provider don't change the SOAP Action but please still confirm it with them.

Regards,

Mark