Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

4.6. Configuración escenarios Concilia

En primer lugar se creará el escenario en el que se agruparan todos los objetos. Para este escenario recomendamos el nombre First, the scenario in which all objects are grouped will be created. For this scenario we recommend the name "CS_SII_Consulta_Lote".
A continuación crearemos los dos canales que se utilizarán en cada ICO de las consultas. Por cada sistema desde el que se deseen realizar las consultas, se generará un canal de tipo SOAP XI, de manera similar al


Next we will create the two channels that will be used in each ICO of the consultations. For each system from which the queries are desired, a SOAP XI type channel will be generated, similar to the CC_S_ABAP_PROXY del punto of point 3.
Adicionalmente se tiene que generar un único canal In addition, a single channel "CC_R_SOAP_ConsultaLote" , este canal será de tipo must be generated, this channel will be of type _B_PLUS_AAPP_ESP_ y tan solo invocará a los correspondientes properties de consultaLotesand will only invoke the corresponding query propertiesLotes.properties.

Este fichero properties es igual para cualquier tipo de consulta, contiene un módulo wscall con el que se realiza la llamada al servicio de consultas y un módulo xmltransformError, que solamente entra en funcionamiento si la llamada al servicio de la AEAT no devuelve una consulta correcta.
Creación de ICOs 
Por cada una de las operaciones de consulta de los diferentes libros habrá


que realizar su correspondiente This properties file is the same for any type of query, it contains a wscall module with which the call to the query service is made and an xmltransformError module, which only comes into operation if the call to the AEAT service does not return a correct query.

Creation of ICOs 

For each one of the operations of consultation of the different books will have to realize its corresponding ICO.
|BS_XXXX|SI_OS_ConsultaLote_BIEINV||
Inbound Processing
            Communication Channel: CC_S_ABAP_PROXY_ConsultaLote
Receiver
            Receiver Determination: Standard
            Communication Component: BC_AAPP
Receiver Interfaces
            Name: SI_IS_ConsultaLote_BIEINV
            Namespace: urn:techedgegroup.com:sii:consulta
            OM: N/A
Outbound Processing
            Communication Channel: CC_R_SOAP_ConsultaLote Para el resto de ICOS, se debe cambiar tan solo el Service Interface de Outbound y de Inbound, por los correspondientes de cada operación. Los

For the rest of ICOS, only the Outbound and Inbound Service Interface must be changed, for the corresponding ones of each operation. The 16 Service Interface (8 de entrada y 8 de salida) vienen definidos en el namespace urninput and 8 output) are defined in the namespace url:techedgegroup.com:sii:consulta del  from SC_SII 1.0 of techedgegroup.com
 

Para este escenario el nombre del For this scenario the name of the Receiver Bussiness component del Receiver (para nuestro ejemplo (for our example BC_AAPP) no es mandatorio de cara a la correcta ejecución del escenariois not mandatory for the correct execution of the scenario.