Raghu
Raghu

Reputation: 1324

How to get the response from Soap UI?

I am new to SOAP UI, I am trying Currency Converter project by looking at some online link.I use WSDL URL as

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

When I run the request with EUR and USD, I get output as

<ConversionRateResult>-1</ConversionRateResult>

Can anyone help in this please.

Upvotes: 0

Views: 496

Answers (1)

Habin
Habin

Reputation: 802

I guess you are correctly invoking the service from SOAPUI. <ConversionRateResult>-1</ConversionRateResult> response is given back by the service.SOAPUI doesn't have a control over that, it is just a client to that service.

Upvotes: 3

Related Questions