Created
September 1, 2013 19:07
-
-
Save amusarra/6406538 to your computer and use it in GitHub Desktop.
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
<?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