#1 2023-09-28 15:55:36

mrbar2000
Member
From: Brazil
Registered: 2016-10-26
Posts: 56

Can I call SOAP Server using mormot?

What class I can use to call a third server that use SOAP?
I don´t would like use delphi THttpRIO!

Offline

#2 2023-09-29 08:55:44

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: Can I call SOAP Server using mormot?

There is no SOAP support in mORMot.

It is too old, and bloated and complicated.

We stick to the JSON / HTTP / REST scheme which is just good enough.

Offline

#3 2023-09-29 12:30:45

mrbar2000
Member
From: Brazil
Registered: 2016-10-26
Posts: 56

Re: Can I call SOAP Server using mormot?

I understand u AB!

But we cannot force old companies chage your server to REST. Many companies using SOAP/XML.
I just would like some http socket client that could send a xml soap to this kind of server.

There some way? What base class could i use?

Offline

#4 2023-09-29 16:38:29

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: Can I call SOAP Server using mormot?

In mormot.net.client.pas you have everything you need to access a HTTP server.

Offline

Board footer

Powered by FluxBB