PlatformService


Haga clic aquí para obtener una lista completa de operaciones.

GetLicenseNotices

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/GetLicenseNotices"

<?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>
    <GetLicenseNotices xmlns="http://articsoluciones.net/segurnotes">
      <sessionID>string</sessionID>
      <CustomerLicense>string</CustomerLicense>
      <usertoken2get>string</usertoken2get>
    </GetLicenseNotices>
  </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>
    <GetLicenseNoticesResponse xmlns="http://articsoluciones.net/segurnotes">
      <GetLicenseNoticesResult>
        <Notice>
          <idtype>UNDEFINED or LAST_SYNC or NEXT_NOTIF_EXPIRE or NEXT_CERT_EXPIRE or NOTIF_MAX_TRAM_DATE or NEW_COMP_NOTIFS or PYMELIC_WITH_INACTIVE_CLIENTS or BOX_UN_SYNC or SERVERAL_BOXES_UN_SYNC or MESSAGE_ACTION or NOEXISTEBUZON_ENSS or MANY_NOTIFS_EXPIRE or MANY_CERTS_EXPIRE or MANY_NOTIF_MAX_TRAM_DATE or MANY_CIFS_H</idtype>
          <name>string</name>
          <text>string</text>
          <showDontShowAgain>boolean</showDontShowAgain>
          <objectid>string</objectid>
          <objectName>string</objectName>
        </Notice>
        <Notice>
          <idtype>UNDEFINED or LAST_SYNC or NEXT_NOTIF_EXPIRE or NEXT_CERT_EXPIRE or NOTIF_MAX_TRAM_DATE or NEW_COMP_NOTIFS or PYMELIC_WITH_INACTIVE_CLIENTS or BOX_UN_SYNC or SERVERAL_BOXES_UN_SYNC or MESSAGE_ACTION or NOEXISTEBUZON_ENSS or MANY_NOTIFS_EXPIRE or MANY_CERTS_EXPIRE or MANY_NOTIF_MAX_TRAM_DATE or MANY_CIFS_H</idtype>
          <name>string</name>
          <text>string</text>
          <showDontShowAgain>boolean</showDontShowAgain>
          <objectid>string</objectid>
          <objectName>string</objectName>
        </Notice>
      </GetLicenseNoticesResult>
    </GetLicenseNoticesResponse>
  </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>
    <GetLicenseNotices xmlns="http://articsoluciones.net/segurnotes">
      <sessionID>string</sessionID>
      <CustomerLicense>string</CustomerLicense>
      <usertoken2get>string</usertoken2get>
    </GetLicenseNotices>
  </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>
    <GetLicenseNoticesResponse xmlns="http://articsoluciones.net/segurnotes">
      <GetLicenseNoticesResult>
        <Notice>
          <idtype>UNDEFINED or LAST_SYNC or NEXT_NOTIF_EXPIRE or NEXT_CERT_EXPIRE or NOTIF_MAX_TRAM_DATE or NEW_COMP_NOTIFS or PYMELIC_WITH_INACTIVE_CLIENTS or BOX_UN_SYNC or SERVERAL_BOXES_UN_SYNC or MESSAGE_ACTION or NOEXISTEBUZON_ENSS or MANY_NOTIFS_EXPIRE or MANY_CERTS_EXPIRE or MANY_NOTIF_MAX_TRAM_DATE or MANY_CIFS_H</idtype>
          <name>string</name>
          <text>string</text>
          <showDontShowAgain>boolean</showDontShowAgain>
          <objectid>string</objectid>
          <objectName>string</objectName>
        </Notice>
        <Notice>
          <idtype>UNDEFINED or LAST_SYNC or NEXT_NOTIF_EXPIRE or NEXT_CERT_EXPIRE or NOTIF_MAX_TRAM_DATE or NEW_COMP_NOTIFS or PYMELIC_WITH_INACTIVE_CLIENTS or BOX_UN_SYNC or SERVERAL_BOXES_UN_SYNC or MESSAGE_ACTION or NOEXISTEBUZON_ENSS or MANY_NOTIFS_EXPIRE or MANY_CERTS_EXPIRE or MANY_NOTIF_MAX_TRAM_DATE or MANY_CIFS_H</idtype>
          <name>string</name>
          <text>string</text>
          <showDontShowAgain>boolean</showDontShowAgain>
          <objectid>string</objectid>
          <objectName>string</objectName>
        </Notice>
      </GetLicenseNoticesResult>
    </GetLicenseNoticesResponse>
  </soap12:Body>
</soap12:Envelope>