Hello

I have been testing Apache Apisix, with the intention of looking for new api 
Gateway alternatives for my company. Looking for documentation and examples I 
have had no luck finding SOAP compatibility.

I found the following example, but it gives me the following error 
{"error_msg":"unknown plugin [soap]"} , and I can't find any information about 
this plugin.

curl http://127.0.0.1:9180/apisix/admin/routes/1 \
   -H 'X-API-KEY: xxx' -X PUT -d '
{
    "methods": ["POST"],
    "uri": "/ws",
    "plugins": {
        "soap": {
            "wsdl_url": "http://localhost:8080/ws/countries.wsdl";,
            "operation": "$arg_operation",
            "service": "<use alternative service defined in wsdl if exist>",
            "ca_cert": "<ca cert file content>",
            "client_cert":"<client cert file content>",
            "client_key":"<client key file content>"
        }
    }
}'

In case I'm doing it wrong, is there a simple method of using soap?


Thanks for your support

Kind regards.



AVISO DE CONFIDENCIALIDAD:
ESTE CORREO ELECTRÓNICO, INCLUYENDO EN SU CASO, LOS ARCHIVOS ADJUNTOS AL MISMO, 
PUEDEN CONTENER INFORMACION DE CARÁCTER CONFIDENCIAL Y/O PRIVILEGIADA, Y SE 
ENVIAN A LA ATENCIÓN ÚNICA Y EXCLUSIVAMENTE DE LA PERSONA Y/O ENTIDAD A QUIEN 
VA DIRIGIDO. LA COPIA, REVISIÓN, USO, REVELACIÓN Y/O DISTRIBUCIÓN DE DICHA 
INFORMACION CONFIDENCIAL SIN LA AUTORIZACIÓN POR ESCRITO DE TRIARA.COM ESTÁ 
PROHIBIDA. SI USTED NO ES EL DESTINATARIO A QUIEN SE DIRIGE EL PRESENTE CORREO, 
FAVOR DE CONTACTAR AL REMITENTE RESPONDIENDO AL PRESENTE CORREO Y ELIMINAR EL 
CORREO ORIGINAL. MEDIANTE LA RECEPCIÓN DEL PRESENTE CORREO USTED RECONOCE Y 
ACEPTA QUE EN CASO DE INCUMPLIMIENTO DE SU PARTE Y/O DE SUS REPRESENTANTES A 
LOS TÉRMINOS ANTES MENCIONADOS, TRIARA.COM TENDRÁ DERECHO A LOS DAÑOS Y 
PERJUICIOS QUE ESTO LE CAUSE. GRACIAS POR SU COOPERACIÓN.
AVISO DE PRIVACIDAD: https://telmex.com/web/acerca-de-telmex/triara.com


CONFIDENTIALITY NOTICE:
THIS E-MAIL MESSAGE INCLUDING ATTACHMENTS, IF ANY, IS INTENDED ONLY FOR THE 
PERSON OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN CONFIDENTIAL AND /OR 
PRIVILEGED MATERIAL. ANY REVIEW, USE, DISCLOSURE OR DISTRIBUTION OF SUCH 
CONFIDENTIAL INFORMATION WITHOUT THE WRITTEN AUTHORIZATION OF TRIARA.COM IS 
PROHIBITED. IF YOU ARE NOT THE INTENDED RECIPIENT, PLEASE CONTACT THE SENDER BY 
REPLY E-MAIL AND DESTROY ALL COPIES OF THE ORIGINAL MESSAGE. BY RECEIVING THIS 
E-MAIL YOU ACKNOWLEDGE THAT ANY BREACH BY YOU AND/OR YOUR REPRESENTATIVES OF 
THE ABOVE PROVISIONS MAY ENTITLE TRIARA.COM TO SEEK FOR DAMAGES. THANK YOU FOR 
YOUR COOPERATION.
PRIVACY POLICY: https://telmex.com/web/acerca-de-telmex/triara.com

Reply via email to