Portal


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

GETINFOSERVICES

Liefert alle Infoservices zurück ab dem Zeitpunkt
Parameter:
Anwendungskennzeichen z.B. FI oder ALL für übergreifend
Zeitpunkt ab wann z.B.: 2013-10-20
Interessent 8 = Kunde, 2 = AD, 4 = Intern Kombination dur Add.

Rückgabewerte:
1-STATUS_FEHLER
21-STATUS_KEINE_DATEN

Test

Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.
Parameter Wert
Anwendungskennzeichen:
AbWann:
Interessententyp:

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /portal.asmx HTTP/1.1
Host: securelohn.brz.de
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "BRZPostfachServer/GETINFOSERVICES"

<?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>
    <GETINFOSERVICES xmlns="BRZPostfachServer">
      <Anwendungskennzeichen>string</Anwendungskennzeichen>
      <AbWann>dateTime</AbWann>
      <Interessententyp>int</Interessententyp>
    </GETINFOSERVICES>
  </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>
    <GETINFOSERVICESResponse xmlns="BRZPostfachServer">
      <GETINFOSERVICESResult>
        <status>int</status>
        <Info_Services>
          <S_INFO_SERVICE_DO2>
            <id>int</id>
            <Lfdnr>int</Lfdnr>
            <Erstellungsdatum>string</Erstellungsdatum>
            <Ersteller>string</Ersteller>
            <Aktivierungsdatum>string</Aktivierungsdatum>
            <Kurzbeschreibung>string</Kurzbeschreibung>
            <Langtext>string</Langtext>
            <Version>string</Version>
            <Infotyp>string</Infotyp>
            <Emailkontakt>string</Emailkontakt>
            <Anhangvorhanden>string</Anhangvorhanden>
            <Adressat>int</Adressat>
            <Gueltigbis>string</Gueltigbis>
            <Sprache>string</Sprache>
            <PLZBereiche>string</PLZBereiche>
          </S_INFO_SERVICE_DO2>
          <S_INFO_SERVICE_DO2>
            <id>int</id>
            <Lfdnr>int</Lfdnr>
            <Erstellungsdatum>string</Erstellungsdatum>
            <Ersteller>string</Ersteller>
            <Aktivierungsdatum>string</Aktivierungsdatum>
            <Kurzbeschreibung>string</Kurzbeschreibung>
            <Langtext>string</Langtext>
            <Version>string</Version>
            <Infotyp>string</Infotyp>
            <Emailkontakt>string</Emailkontakt>
            <Anhangvorhanden>string</Anhangvorhanden>
            <Adressat>int</Adressat>
            <Gueltigbis>string</Gueltigbis>
            <Sprache>string</Sprache>
            <PLZBereiche>string</PLZBereiche>
          </S_INFO_SERVICE_DO2>
        </Info_Services>
      </GETINFOSERVICESResult>
    </GETINFOSERVICESResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /portal.asmx HTTP/1.1
Host: securelohn.brz.de
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>
    <GETINFOSERVICES xmlns="BRZPostfachServer">
      <Anwendungskennzeichen>string</Anwendungskennzeichen>
      <AbWann>dateTime</AbWann>
      <Interessententyp>int</Interessententyp>
    </GETINFOSERVICES>
  </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>
    <GETINFOSERVICESResponse xmlns="BRZPostfachServer">
      <GETINFOSERVICESResult>
        <status>int</status>
        <Info_Services>
          <S_INFO_SERVICE_DO2>
            <id>int</id>
            <Lfdnr>int</Lfdnr>
            <Erstellungsdatum>string</Erstellungsdatum>
            <Ersteller>string</Ersteller>
            <Aktivierungsdatum>string</Aktivierungsdatum>
            <Kurzbeschreibung>string</Kurzbeschreibung>
            <Langtext>string</Langtext>
            <Version>string</Version>
            <Infotyp>string</Infotyp>
            <Emailkontakt>string</Emailkontakt>
            <Anhangvorhanden>string</Anhangvorhanden>
            <Adressat>int</Adressat>
            <Gueltigbis>string</Gueltigbis>
            <Sprache>string</Sprache>
            <PLZBereiche>string</PLZBereiche>
          </S_INFO_SERVICE_DO2>
          <S_INFO_SERVICE_DO2>
            <id>int</id>
            <Lfdnr>int</Lfdnr>
            <Erstellungsdatum>string</Erstellungsdatum>
            <Ersteller>string</Ersteller>
            <Aktivierungsdatum>string</Aktivierungsdatum>
            <Kurzbeschreibung>string</Kurzbeschreibung>
            <Langtext>string</Langtext>
            <Version>string</Version>
            <Infotyp>string</Infotyp>
            <Emailkontakt>string</Emailkontakt>
            <Anhangvorhanden>string</Anhangvorhanden>
            <Adressat>int</Adressat>
            <Gueltigbis>string</Gueltigbis>
            <Sprache>string</Sprache>
            <PLZBereiche>string</PLZBereiche>
          </S_INFO_SERVICE_DO2>
        </Info_Services>
      </GETINFOSERVICESResult>
    </GETINFOSERVICESResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

Folgendes ist eine Beispielanforderung und -antwort für HTTP GET. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

GET /portal.asmx/GETINFOSERVICES?Anwendungskennzeichen=string&AbWann=string&Interessententyp=string HTTP/1.1
Host: securelohn.brz.de
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<S_INFO_SERVICES xmlns="BRZPostfachServer">
  <status>int</status>
  <Info_Services>
    <S_INFO_SERVICE_DO2>
      <id>int</id>
      <Lfdnr>int</Lfdnr>
      <Erstellungsdatum>string</Erstellungsdatum>
      <Ersteller>string</Ersteller>
      <Aktivierungsdatum>string</Aktivierungsdatum>
      <Kurzbeschreibung>string</Kurzbeschreibung>
      <Langtext>string</Langtext>
      <Version>string</Version>
      <Infotyp>string</Infotyp>
      <Emailkontakt>string</Emailkontakt>
      <Anhangvorhanden>string</Anhangvorhanden>
      <Adressat>int</Adressat>
      <Gueltigbis>string</Gueltigbis>
      <Sprache>string</Sprache>
      <PLZBereiche>string</PLZBereiche>
    </S_INFO_SERVICE_DO2>
    <S_INFO_SERVICE_DO2>
      <id>int</id>
      <Lfdnr>int</Lfdnr>
      <Erstellungsdatum>string</Erstellungsdatum>
      <Ersteller>string</Ersteller>
      <Aktivierungsdatum>string</Aktivierungsdatum>
      <Kurzbeschreibung>string</Kurzbeschreibung>
      <Langtext>string</Langtext>
      <Version>string</Version>
      <Infotyp>string</Infotyp>
      <Emailkontakt>string</Emailkontakt>
      <Anhangvorhanden>string</Anhangvorhanden>
      <Adressat>int</Adressat>
      <Gueltigbis>string</Gueltigbis>
      <Sprache>string</Sprache>
      <PLZBereiche>string</PLZBereiche>
    </S_INFO_SERVICE_DO2>
  </Info_Services>
</S_INFO_SERVICES>

HTTP POST

Folgendes ist eine Beispielanforderung und -antwort für HTTP POST. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

POST /portal.asmx/GETINFOSERVICES HTTP/1.1
Host: securelohn.brz.de
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Anwendungskennzeichen=string&AbWann=string&Interessententyp=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<S_INFO_SERVICES xmlns="BRZPostfachServer">
  <status>int</status>
  <Info_Services>
    <S_INFO_SERVICE_DO2>
      <id>int</id>
      <Lfdnr>int</Lfdnr>
      <Erstellungsdatum>string</Erstellungsdatum>
      <Ersteller>string</Ersteller>
      <Aktivierungsdatum>string</Aktivierungsdatum>
      <Kurzbeschreibung>string</Kurzbeschreibung>
      <Langtext>string</Langtext>
      <Version>string</Version>
      <Infotyp>string</Infotyp>
      <Emailkontakt>string</Emailkontakt>
      <Anhangvorhanden>string</Anhangvorhanden>
      <Adressat>int</Adressat>
      <Gueltigbis>string</Gueltigbis>
      <Sprache>string</Sprache>
      <PLZBereiche>string</PLZBereiche>
    </S_INFO_SERVICE_DO2>
    <S_INFO_SERVICE_DO2>
      <id>int</id>
      <Lfdnr>int</Lfdnr>
      <Erstellungsdatum>string</Erstellungsdatum>
      <Ersteller>string</Ersteller>
      <Aktivierungsdatum>string</Aktivierungsdatum>
      <Kurzbeschreibung>string</Kurzbeschreibung>
      <Langtext>string</Langtext>
      <Version>string</Version>
      <Infotyp>string</Infotyp>
      <Emailkontakt>string</Emailkontakt>
      <Anhangvorhanden>string</Anhangvorhanden>
      <Adressat>int</Adressat>
      <Gueltigbis>string</Gueltigbis>
      <Sprache>string</Sprache>
      <PLZBereiche>string</PLZBereiche>
    </S_INFO_SERVICE_DO2>
  </Info_Services>
</S_INFO_SERVICES>