Skip to content

Commit b5b602f

Browse files
authored
Merge pull request #3 from jumanor/dev
Dev
2 parents 2afc6c1 + e04dd6d commit b5b602f

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Este proyecto surge por la necesidad de facilitar la Interoperabilidad entre los
44

55
**Componente Proxy** agrega una capa de abstracción la cual *simplifica significativamente* el envio de documentos firmados digitalmente por medio de la Plataforma de Interoperabilidad del Estado (PIDE).
66
# Release Notes
7+
- **v2.0.1**
8+
- Actualizamos ws2.pide.gob.pe a ws6.pide.gob.pe en entorno de producción
9+
710
- **v2.0.0**
811
- Sincronización de Documentos con Remoto
912
- No se verifica la recepción del ***cargo de recepción*** en la Entidad Remota (ver https://youtu.be/JVE9fJWGQR8)

src/main/resources/prod/PcmCuo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</wsdl:binding>
8383
<wsdl:service name="PcmCuo">
8484
<wsdl:port name="PcmCuoHttpsSoap11Endpoint" binding="tns:PcmCuoSoap11Binding">
85-
<soap:address location="https://ws2.pide.gob.pe/services/PcmCuo.PcmCuoHttpsSoap11Endpoint"/>
85+
<soap:address location="https://ws6.pide.gob.pe/services/PcmCuo.PcmCuoHttpsSoap11Endpoint"/>
8686
</wsdl:port>
8787
</wsdl:service>
8888
</wsdl:definitions>

src/main/resources/prod/PcmIMgdEntidad.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</wsdl:binding>
8181
<wsdl:service name="PcmIMgdEntidad">
8282
<wsdl:port name="PcmIMgdEntidadHttpsSoap11Endpoint" binding="tns:PcmIMgdEntidadSoap11Binding">
83-
<soap:address location="https://ws2.pide.gob.pe/services/PcmIMgdEntidad.PcmIMgdEntidadHttpsSoap11Endpoint"/>
83+
<soap:address location="https://ws6.pide.gob.pe/services/PcmIMgdEntidad.PcmIMgdEntidadHttpsSoap11Endpoint"/>
8484
</wsdl:port>
8585
</wsdl:service>
8686
</wsdl:definitions>

src/main/resources/prod/PcmIMgdTramite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
</wsdl:binding>
220220
<wsdl:service name="PcmIMgdTramite">
221221
<wsdl:port name="PcmIMgdTramiteHttpsSoap11Endpoint" binding="tns:PcmIMgdTramiteSoap11Binding">
222-
<soap:address location="https://ws2.pide.gob.pe/services/PcmIMgdTramite.PcmIMgdTramiteHttpsSoap11Endpoint"/>
222+
<soap:address location="https://ws6.pide.gob.pe/services/PcmIMgdTramite.PcmIMgdTramiteHttpsSoap11Endpoint"/>
223223
</wsdl:port>
224224
</wsdl:service>
225225
</wsdl:definitions>

0 commit comments

Comments
 (0)