#1 2025-08-09 20:13:40

carlaoca
Member
Registered: 2023-03-14
Posts: 2

WS-Security

Hello friends.
1- We need to connect our ERP to a Web Service:
endpoint := 'https://securetest.aduana.gov.py/sgd3/serviciodeposito';
soapAction := 'transito';

2- The limited documentation collected:
2.1- We need to implement WS-Security.
2.2- Use this link "as an example":
https://docs.jboss.org/author/display/W … ity-Client
2.3- Security is based on certificates (DNA / Paraguay).
2.4- Sign the request (with its private key).
2.5- Encrypt the previously signed request (with the public certificate generated by DNA / Paraguay)

3- Is it possible to do this entirely with mORMot2?

4- Is there an example that could serve as a basis?

Offline

#2 2025-08-10 05:54:45

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,148
Website

Re: WS-Security

If I understand, this service uses WSDL, so XML/SOAP, which was never supported by mORMot (and never will, because WDSL is just a bloated format).

Offline

Board footer

Powered by FluxBB