maia_modificado/.svn/pristine/73/738f8355548fc2306cda44a64e7...

22 lines
2.1 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns:https="http://www.mulesoft.org/schema/mule/https" xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns:cxf="http://www.mulesoft.org/schema/mule/cxf" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
xmlns:spring="http://www.springframework.org/schema/beans" version="CE-3.5.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd
http://www.mulesoft.org/schema/mule/cxf http://www.mulesoft.org/schema/mule/cxf/current/mule-cxf.xsd
http://www.mulesoft.org/schema/mule/https http://www.mulesoft.org/schema/mule/https/current/mule-https.xsd">
<https:connector name="HTTP_HTTPS" cookieSpec="netscape" validateConnections="true" sendBufferSize="0" receiveBufferSize="0" receiveBacklog="0" clientSoTimeout="10000" serverSoTimeout="10000" socketSoLinger="0" doc:name="HTTP-HTTPS">
<https:tls-key-store path="/home/comaco/servers/mule-standalone-3.5.0/conf/mule.jks" keyPassword="szx2014@YJA" storePassword="szx2014@YJA"/>
</https:connector>
<flow name="centralwebservices-1Flow1" doc:name="centralwebservices-1Flow1">
<https:inbound-endpoint exchange-pattern="request-response" address="https://serviciosarmas.ccffaa.mil.ec:8085/armasSerieProxy" doc:name="HTTP" connector-ref="HTTP_HTTPS"/>
<cxf:proxy-service doc:name="Proxy servicio armas" payload="body" wsdlLocation="https://tramitesarmas.ccffaa.mil.ec/frontend/ArmaServiceImpl?wsdl"
namespace="http://impl.webservices.frontend.fp.com/" service="ArmaServiceImplService"/>
<cxf:proxy-client doc:name="Proxy cliente servicio armas" payload="body"/>
<https:outbound-endpoint exchange-pattern="request-response" method="POST" address="https://tramitesarmas.ccffaa.mil.ec/frontend/ArmaServiceImpl" doc:name="HTTP"/>
</flow>
</mule>