I use this api https://orapiweb.pttor.com/oilservice/OilPrice.asmx?WSDL then It doesn't work for me.
So, I try to use this free api http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso It doesn't work to.
What happen to our OutSystems sir? Or any way for this
Hi Pratya,
We've detected a bug on that version of SS for some SOAP consumption scenarios.
Downgrading the SS version solves the issue.
This will most likely be fixed in the next version of SS.
Kind Regards,Carlos
That work for me Thanks a lot.
Hi,
Unfortunately, OutSystems 11 does not support all possible SOAP service implementations.
In your case, you could consider wrapping the SOAP service in an OutSystems extension.
In your C# extension, you most likely have no issues consuming the SOAP service.
Regards,
Daniel
There was an exact same question in the forum just this week, and it was solved by trying on a different computer. Something with .NET not installed correctly, iirc. If a SOAP can't be consumed by Service Studio, you usually get better errors than this, so I don't think this is an OutSystems problem!
EDIT: I have the same problem, so I can confirm it doesn't work. But I stand by my remark that I don't think this is directly caused by OutSystems/Service Studio.
I've been trying to consume in a C# project directly, and the first works, but the second one does not ("500 - Internal server error").
some project in this mount can use but in this current project can't use sir.