Skip to content

Instantly share code, notes, and snippets.

@amusarra
Created September 8, 2013 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amusarra/6488197 to your computer and use it in GitHub Desktop.
Save amusarra/6488197 to your computer and use it in GitHub Desktop.
Configuration WSO2 ESB Mediation Sequence SugarCRMProxyLBAccessForbidden
<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