Created
September 8, 2013 20:37
-
-
Save amusarra/6488197 to your computer and use it in GitHub Desktop.
Configuration WSO2 ESB Mediation Sequence SugarCRMProxyLBAccessForbidden
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sequence xmlns="http://ws.apache.org/ns/synapse" name="SugarCRMProxyLBAccessForbidden" trace="enable"> | |
<makefault version="soap11"> | |
<code xmlns:soap11Env="http://schemas.xmlsoap.org/soap/envelope/" value="soap11Env:VersionMismatch"/> | |
<reason value="403.6 - IP address rejected. Status code in response to a request from a client for a web page or resource to indicate that the server can be reached and understood the request, but refuses to take any further action. "/> | |
<role></role> | |
</makefault> | |
<send/> | |
</sequence> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment