cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the SOAP Action

Former Member
0 Kudos

Hi,

I am using the follwoing wsdl in my scenorio:

http://www.webservicex.net/CurrencyConvertor.asmx?wsdl

From this wsdl file, how we can find out what is 'SOAP Action' ( which will be maintained in Configuarion SOAP adapter)

Regards

Arvind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arvind

You can open wsdl in notepad

and find soapAction then you will get

http://www.webserviceX.NET/ConversionRate as SOAP action

Former Member
0 Kudos

Hey Krishna,

Thanks, I have assigned points for you. You have solved so many confusions I had.

Regards

Arvind

Answers (2)

Answers (2)

Former Member
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos

hi,

it's operation soapAction=

but I believe you can try using operation name

Regards,

michal

Former Member
0 Kudos

michal,

how do i find out the operation from this wsdl file

Arvind

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

click on the link

ctrl + F

operation

?

Regards,

michal

Shabarish_Nair
Active Contributor
0 Kudos

suppose you are opening the file via XML Spy, then go to the Shema/WSDL tab. It gives you a complete picture of the WSDL and you get a list of the operations in the WSDL.

and the other method is the cnrl + F -> operation as suggested by Mike