maia/.svn/pristine/79/79919a68910b992332536371e6d...

15 lines
1.8 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<mule 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">
<flow name="centralwebservices-consultalogin2" doc:name="centralwebservices-consultalogin2">
<http:inbound-endpoint exchange-pattern="request-response" address="http://serviciosarmas.ccffaa.mil.ec:8086/consultaLoginProxy" doc:name="HTTP"/>
<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"/>
<http:outbound-endpoint exchange-pattern="request-response" method="POST" doc:name="HTTP" address="http://tramitesarmas.ccffaa.mil.ec/frontend/ConsultaLoginServiceImpl"/>
</flow>
</mule>