PlatformService
Haga clic aquí para obtener una lista completa de operaciones.
getNotificationsTramitacion
TEST NOTIFICACIONES TRAMITACION
Prueba
El formulario de prueba sólo está disponible para solicitudes del equipo local.SOAP 1.1
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /NotificationServices/PlatformService.asmx HTTP/1.1 Host: neos.ivnosys.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://articsoluciones.net/segurnotes/getNotificationsTramitacion" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <getNotificationsTramitacion xmlns="http://articsoluciones.net/segurnotes"> <sessionID>string</sessionID> <CustomerLicense>string</CustomerLicense> <Ndias>int</Ndias> <Estado>int</Estado> <logAct>int</logAct> </getNotificationsTramitacion> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <getNotificationsTramitacionResponse xmlns="http://articsoluciones.net/segurnotes"> <getNotificationsTramitacionResult> <messageBean> <usertoken>string</usertoken> <statusname>string</statusname> <clientname>string</clientname> <pft_ultSinc>dateTime</pft_ultSinc> <detalle>string</detalle> <ptf_profile_Id>string</ptf_profile_Id> <ptf_profile_name>string</ptf_profile_name> <ptf_orig_asunto>string</ptf_orig_asunto> <ptf_asunto>string</ptf_asunto> <ptf_organismo>string</ptf_organismo> <ptf_estado>string</ptf_estado> <serviceBoxId>string</serviceBoxId> <status>int</status> <clientId>string</clientId> <dateMaxTramitacion>dateTime</dateMaxTramitacion> <datereceived>dateTime</datereceived> <datesent>dateTime</datesent> <rawmessage>base64Binary</rawmessage> <idorganization>string</idorganization> <messageid>string</messageid> <idexpediente>string</idexpediente> <idservice>string</idservice> <dateMaxRead>dateTime</dateMaxRead> <ptf_access_date>dateTime</ptf_access_date> <listed>boolean</listed> <ptf_num_exp>string</ptf_num_exp> <clientInformed>boolean</clientInformed> <exportado>boolean</exportado> <ptf_organismo_cif>string</ptf_organismo_cif> <gestor>string</gestor> <idOrgMensaje>string</idOrgMensaje> <tipoGestor>int</tipoGestor> <grupoGestor>string</grupoGestor> <idneos>string</idneos> <GestorDescription>string</GestorDescription> <territorio>string</territorio> <expediente>string</expediente> <idente>int</idente> <metadataJSON> <Metadata xsi:nil="true" /> <Metadata xsi:nil="true" /> </metadataJSON> <tipo>string</tipo> <guidSync>string</guidSync> <custom1>string</custom1> <custom2>string</custom2> <custom3>string</custom3> <custom4>string</custom4> <custom5>string</custom5> <custom6>string</custom6> <custom7>string</custom7> <custom8>string</custom8> <custom9>string</custom9> <custom10>string</custom10> <rules>string</rules> <descargada>boolean</descargada> <estado_tramitacion>string</estado_tramitacion> </messageBean> <messageBean> <usertoken>string</usertoken> <statusname>string</statusname> <clientname>string</clientname> <pft_ultSinc>dateTime</pft_ultSinc> <detalle>string</detalle> <ptf_profile_Id>string</ptf_profile_Id> <ptf_profile_name>string</ptf_profile_name> <ptf_orig_asunto>string</ptf_orig_asunto> <ptf_asunto>string</ptf_asunto> <ptf_organismo>string</ptf_organismo> <ptf_estado>string</ptf_estado> <serviceBoxId>string</serviceBoxId> <status>int</status> <clientId>string</clientId> <dateMaxTramitacion>dateTime</dateMaxTramitacion> <datereceived>dateTime</datereceived> <datesent>dateTime</datesent> <rawmessage>base64Binary</rawmessage> <idorganization>string</idorganization> <messageid>string</messageid> <idexpediente>string</idexpediente> <idservice>string</idservice> <dateMaxRead>dateTime</dateMaxRead> <ptf_access_date>dateTime</ptf_access_date> <listed>boolean</listed> <ptf_num_exp>string</ptf_num_exp> <clientInformed>boolean</clientInformed> <exportado>boolean</exportado> <ptf_organismo_cif>string</ptf_organismo_cif> <gestor>string</gestor> <idOrgMensaje>string</idOrgMensaje> <tipoGestor>int</tipoGestor> <grupoGestor>string</grupoGestor> <idneos>string</idneos> <GestorDescription>string</GestorDescription> <territorio>string</territorio> <expediente>string</expediente> <idente>int</idente> <metadataJSON> <Metadata xsi:nil="true" /> <Metadata xsi:nil="true" /> </metadataJSON> <tipo>string</tipo> <guidSync>string</guidSync> <custom1>string</custom1> <custom2>string</custom2> <custom3>string</custom3> <custom4>string</custom4> <custom5>string</custom5> <custom6>string</custom6> <custom7>string</custom7> <custom8>string</custom8> <custom9>string</custom9> <custom10>string</custom10> <rules>string</rules> <descargada>boolean</descargada> <estado_tramitacion>string</estado_tramitacion> </messageBean> </getNotificationsTramitacionResult> </getNotificationsTramitacionResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.
POST /NotificationServices/PlatformService.asmx HTTP/1.1 Host: neos.ivnosys.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getNotificationsTramitacion xmlns="http://articsoluciones.net/segurnotes"> <sessionID>string</sessionID> <CustomerLicense>string</CustomerLicense> <Ndias>int</Ndias> <Estado>int</Estado> <logAct>int</logAct> </getNotificationsTramitacion> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getNotificationsTramitacionResponse xmlns="http://articsoluciones.net/segurnotes"> <getNotificationsTramitacionResult> <messageBean> <usertoken>string</usertoken> <statusname>string</statusname> <clientname>string</clientname> <pft_ultSinc>dateTime</pft_ultSinc> <detalle>string</detalle> <ptf_profile_Id>string</ptf_profile_Id> <ptf_profile_name>string</ptf_profile_name> <ptf_orig_asunto>string</ptf_orig_asunto> <ptf_asunto>string</ptf_asunto> <ptf_organismo>string</ptf_organismo> <ptf_estado>string</ptf_estado> <serviceBoxId>string</serviceBoxId> <status>int</status> <clientId>string</clientId> <dateMaxTramitacion>dateTime</dateMaxTramitacion> <datereceived>dateTime</datereceived> <datesent>dateTime</datesent> <rawmessage>base64Binary</rawmessage> <idorganization>string</idorganization> <messageid>string</messageid> <idexpediente>string</idexpediente> <idservice>string</idservice> <dateMaxRead>dateTime</dateMaxRead> <ptf_access_date>dateTime</ptf_access_date> <listed>boolean</listed> <ptf_num_exp>string</ptf_num_exp> <clientInformed>boolean</clientInformed> <exportado>boolean</exportado> <ptf_organismo_cif>string</ptf_organismo_cif> <gestor>string</gestor> <idOrgMensaje>string</idOrgMensaje> <tipoGestor>int</tipoGestor> <grupoGestor>string</grupoGestor> <idneos>string</idneos> <GestorDescription>string</GestorDescription> <territorio>string</territorio> <expediente>string</expediente> <idente>int</idente> <metadataJSON> <Metadata xsi:nil="true" /> <Metadata xsi:nil="true" /> </metadataJSON> <tipo>string</tipo> <guidSync>string</guidSync> <custom1>string</custom1> <custom2>string</custom2> <custom3>string</custom3> <custom4>string</custom4> <custom5>string</custom5> <custom6>string</custom6> <custom7>string</custom7> <custom8>string</custom8> <custom9>string</custom9> <custom10>string</custom10> <rules>string</rules> <descargada>boolean</descargada> <estado_tramitacion>string</estado_tramitacion> </messageBean> <messageBean> <usertoken>string</usertoken> <statusname>string</statusname> <clientname>string</clientname> <pft_ultSinc>dateTime</pft_ultSinc> <detalle>string</detalle> <ptf_profile_Id>string</ptf_profile_Id> <ptf_profile_name>string</ptf_profile_name> <ptf_orig_asunto>string</ptf_orig_asunto> <ptf_asunto>string</ptf_asunto> <ptf_organismo>string</ptf_organismo> <ptf_estado>string</ptf_estado> <serviceBoxId>string</serviceBoxId> <status>int</status> <clientId>string</clientId> <dateMaxTramitacion>dateTime</dateMaxTramitacion> <datereceived>dateTime</datereceived> <datesent>dateTime</datesent> <rawmessage>base64Binary</rawmessage> <idorganization>string</idorganization> <messageid>string</messageid> <idexpediente>string</idexpediente> <idservice>string</idservice> <dateMaxRead>dateTime</dateMaxRead> <ptf_access_date>dateTime</ptf_access_date> <listed>boolean</listed> <ptf_num_exp>string</ptf_num_exp> <clientInformed>boolean</clientInformed> <exportado>boolean</exportado> <ptf_organismo_cif>string</ptf_organismo_cif> <gestor>string</gestor> <idOrgMensaje>string</idOrgMensaje> <tipoGestor>int</tipoGestor> <grupoGestor>string</grupoGestor> <idneos>string</idneos> <GestorDescription>string</GestorDescription> <territorio>string</territorio> <expediente>string</expediente> <idente>int</idente> <metadataJSON> <Metadata xsi:nil="true" /> <Metadata xsi:nil="true" /> </metadataJSON> <tipo>string</tipo> <guidSync>string</guidSync> <custom1>string</custom1> <custom2>string</custom2> <custom3>string</custom3> <custom4>string</custom4> <custom5>string</custom5> <custom6>string</custom6> <custom7>string</custom7> <custom8>string</custom8> <custom9>string</custom9> <custom10>string</custom10> <rules>string</rules> <descargada>boolean</descargada> <estado_tramitacion>string</estado_tramitacion> </messageBean> </getNotificationsTramitacionResult> </getNotificationsTramitacionResponse> </soap12:Body> </soap12:Envelope>