cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Actions in WSDL File

Former Member
0 Kudos

Hi,

I have a requirement in one of my PI interface where i need to call only one  SOAP action of a WSDL file whereas

the WSDL file contains multiple SOAP action parameters ,how to achieve this .

Your Help will be appreciated .:)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Vidya,

You Must use the SOAP Action parameter in the SOAP adapter to point to correct SOAP Action in the WSDL.

Alpa

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

The best approach would be to load it in a third-party tool such as SOAP UI. Afterwards, create a request and execute the action that you need. There in SOAP UI raw tab, you will get all the useful information to fill out the entries of the SOAP Receiver adapter.

Regards,

Mark

former_member194612
Active Participant
0 Kudos

Hi Vidya,

Normally soapaction will be as below.

http://Webservicesx.net/(soapaction) , You can replace with your action in (soapaction).

Thanks

Satish