maia/.svn/pristine/6b/6b72b185e06c3e8cf22cfea8234...

18 lines
2.0 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns:https="http://www.mulesoft.org/schema/mule/https" xmlns:scripting="http://www.mulesoft.org/schema/mule/scripting"
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.mulesoft.org/schema/mule/scripting http://www.mulesoft.org/schema/mule/scripting/current/mule-scripting.xsd
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">
<flow name="centralwebservices-consultalogin1" doc:name="centralwebservices-consultalogin1">
<https:inbound-endpoint exchange-pattern="request-response" address="https://serviciosarmas.ccffaa.mil.ec:8085/consultaLoginProxy" doc:name="HTTP" connector-ref="HTTP_HTTPS"/>
<cxf:proxy-service namespace="http://impl.webservices.frontend.fp.com/" service="ConsultaLoginServiceImplService" payload="body" wsdlLocation="https://tramitesarmas.ccffaa.mil.ec/frontend/ConsultaLoginServiceImpl?wsdl" doc:name="Servicio consulta login"/>
<cxf:proxy-client payload="body" doc:name="Cliente servicio consulta login"/>
<https:outbound-endpoint exchange-pattern="request-response" method="POST" doc:name="HTTP" address="https://tramitesarmas.ccffaa.mil.ec/frontend/ConsultaLoginServiceImpl"/>
</flow>
</mule>