Skip to content

Instantly share code, notes, and snippets.

@amusarra
Created September 1, 2013 19:07
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/6406538 to your computer and use it in GitHub Desktop.
Save amusarra/6406538 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="SugarCRMProxy"
transports="http"
statistics="enable"
trace="enable"
startOnLoad="true">
<target>
<outSequence>
<send/>
</outSequence>
<endpoint>
<address uri="http://crm-shiruslabs.dontesta.it:8888/sugarcrm_dev_WebServices/service/v4/soap.php"/>
</endpoint>
</target>
<publishWSDL key="gov:/trunk/services/sugarcrm.repository.components.dontesta.it/SugarCRMv4WSDL"/>
<policy key="conf:/repository/axis2/service-groups/SugarCRMProxy/services/SugarCRMProxy/policies/WSO2CachingPolicy"/>
<description>Proxy Service for SOAP SugarCRM Service</description>
</proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment