18 lines
1.5 KiB
XML
Executable File
18 lines
1.5 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">
|
|
|
|
|
|
<flow name="centralwebservicessnap-cedFlow1" doc:name="centralwebservicessnap-cedFlow1">
|
|
<https:inbound-endpoint exchange-pattern="request-response" doc:name="HTTP" address="https://serviciosarmas.ccffaa.mil.ec:8085/serviceCedula" connector-ref="HTTP_HTTPS"/>
|
|
<cxf:jaxws-service doc:name="CedulaSnap" serviceClass="com.fp.webservices.snap.cedula.CedulaServicio" service="CedulaServicio"/>
|
|
<component class="com.fp.webservices.snap.cedula.impl.CedulaServicioImpl" doc:name="Java"/>
|
|
</flow>
|
|
</mule>
|
|
|
|
|