I tried to create a xyz.endpoint file in the C:\Tomcat_6.0.18\webapps\ode\WEB-INF\conf folder and put the properties
http.proxy.host=localhost and http.proxy.port=8082 as defined in WSO2 ESB. But the SOAP messages is never received by WSO2 ESB. The sample file of the .endpoint file in the user guide says: # To disable proxy set the host to null # http.proxy.host=myproxy.org # http.proxy.port=8080 # http.proxy.domain=mydomain # http.proxy.user=johndoe # http.proxy.password=topsecret the syntax should be right like I have defined above, isn't it? It would be great if anyone can help me with this. Thanks in advance! Thuy > -----Original Message----- > From: Milinda Pathirage [mailto:[email protected]] > Sent: Thursday, December 17, 2009 3:25 AM > To: [email protected] > Subject: Re: Putting an ESB between ODE and the service endpoints > > Hi Thuy, > > I think you can set this property on ode-axis2.properties and it'll be > use > when calling partner services(mean global setting). I am not sure about > this. Please check whether its working. > > Thanks > Milinda > > > On Thu, Dec 17, 2009 at 2:26 AM, Song Thuy Nguyen > <[email protected]>wrote: > > > Hello, > > > > If I had an running system consisting of ODE and service endpoints, > that > > are called by ODE. And now I want to put an ESB (for example Apache > Synapse) > > between the ODE and the endpoints to provide loadbalancing and > failover. Is > > there a property to define a global proxy for all outgoing calls to > service > > endpoints or is it only possible to set the proxy in each deployment, > as > > described here: > > > > http://ode.apache.org/user-guide.html#UserGuide-Supportedproperties > > > > > > > > Greetings, > > > > > > > > > > > > Thuy > > > > > > > > > > > -- > Milinda Pathirage > Senior Software Engineer & Product Manager WSO2 BPS; > http://wso2.org/bps > WSO2 Inc.; http://wso2.com > E-mail: [email protected], [email protected] > Web: http://mpathirage.com > Blog: http://blog.mpathirage.com
