39
Views
6
Comments
Solved
Can't consume soap api
Application Type
Reactive
Service Studio Version
11.54.16 (Build 62588)

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

UserImage.jpg
Carlos Rijo
Solution

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

2024-07-17 07-59-24
Pratya Homhual

That work for me Thanks a lot.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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").

2024-07-17 07-59-24
Pratya Homhual

some project in this mount can use but in this current project can't use sir.

UserImage.jpg
Carlos Rijo
Solution

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

2024-07-17 07-59-24
Pratya Homhual

That work for me Thanks a lot.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.