How can a SOAP API be proxied using WSO2 Microgateway? Is there any example / documentation that explains the steps.
I am also interested on how will the interceptors work in case of soap request and response.
How can a SOAP API be proxied using WSO2 Microgateway? Is there any example / documentation that explains the steps.
I am also interested on how will the interceptors work in case of soap request and response.
Copyright © 2021 Jogjafile Inc.
Creating soap API can be done in APIM[1] and import it to microgateway using the import command[2].
Once the API is imported the swagger file will be added in the gen/api_definitions folder of your project. Then refer the message transformation[3] in order to add interceptors. You can define the interceptor name in the generated swagger file using x-wso2-request-interceptor and x-wso2-response-interceptor swagger extensions