INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

FX - External SOAP API @ Protocol @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

External SOAP API
soap httpsoap https

soap http <url> <jsonHeader> <action> <contentType> <data> <proxy_config>


Description

    To execute a SOAP request through HTTP protocol

Parameters

    url:   The url - string - required
    jsonHeader:   The JSON header - string - required
    action:   The action name - string - required
    contentType:   The content type (text/xml; charset=utf-8) - string - required
    data:   The data (an XML file...) - string - required
    proxy_config:   The proxy config (http:127.0.0.1:8080) - string - not required
admin
soap http "http://www.dneonline.com/calculator.asmx" "{}" "" "text/xml; charset=utf-8" "<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:tem=\"http://tempuri.org/\"> <soap:Header/> <soap:Body> <tem:Add> <tem:intA>3</tem:intA> <tem:intB>4</tem:intB> </tem:Add> </soap:Body> </soap:Envelope>";
mentdb
"<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Body><AddResponse xmlns=\"http://tempuri.org/\"><AddResult>7</AddResult></AddResponse></soap:Body></soap:Envelope>"

soap https <url> <jsonHeader> <action> <contentType> <data> <proxy_config>


Description

    To execute a SOAP request through HTTPS protocol

Parameters

    url:   The url - string - required
    jsonHeader:   The JSON header - string - required
    action:   The action name - string - required
    contentType:   The content type (text/xml; charset=utf-8) - string - required
    data:   The data (an XML file...) - string - required
    proxy_config:   The proxy config (http:127.0.0.1:8080) - string - not required
admin
soap https "https://www.dneonline.com/calculator.asmx" "{}" "" "text/xml; charset=utf-8" "<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:tem=\"http://tempuri.org/\"> <soap:Header/> <soap:Body> <tem:Add> <tem:intA>3</tem:intA> <tem:intB>4</tem:intB> </tem:Add> </soap:Body> </soap:Envelope>";
mentdb
"<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Body><AddResponse xmlns=\"http://tempuri.org/\"><AddResult>7</AddResult></AddResponse></soap:Body></soap:Envelope>"
start: 2026-02-02   end: 2026-02-02   v_start: 401   v_end: