amusarra
9/1/2013 - 7:07 PM

SugarCRMProxyConf.xml

<?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>