Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Suraj Borade
329
Views
6
Comments
Solved
Problem in consuming SOAP Web Service
Question
Hello,
I am trying to consume this SOAP Web Service URL
https://www.webservicex.net/CurrencyConvertor.asmx?wsdl
for currency conversion but it's always returning me -1. Can you please tell us is there anything wrong with this Web Service?
It needs two input parameters From Currency and To Currency.
Thanks and Regards,
Suraj Borade
João Rosado
Staff
Solution
Hi Suraj
Pretty sure that it is a problem with that coversion site and not the consume in OutSystems.
Even the REST API directly in the browser always returns -1.
You can even try it from the
documentation page
.
Try it:
https://www.webservicex.net/Currencyconvertor.asmx/ConversionRate?FromCurrency=EUR&ToCurrency=AFA
Regards,
João Rosado
Kilian Hekhuis
MVP
Hi Suraj,
Why would we, as OutSystems community, know why there's something wrong with some random webservice?
Suraj Borade
Thanks Joao. Hi Kilian sir, I am not a Web Service expert so I just wanted to check if someone from community has used Web Service for currency conversion and faced the problem. Thanks
Steven S
Hi Suraj, You can try consuming that Web Service using SOAP UI and check the result. Hope this helps. Regards, Steven
Kilian Hekhuis
MVP
SOAP UI also returns -1, as
João pointed out, even their own website example returns -1. The web service is botched.
Suraj Borade
Hi Sir,
We have decided not to use that Web Service and have decided to build our own Web Service. Thanks for confirmation.
Thanks Steven for your suggestion.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...