Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Status
colourRed
titleREMOVED FROM RELEASE 3.33

This object has been removed.

Please replace this whith a call to REST Query or REST Query Advanced.


as of release 3.27

prior to release 3.27


Function

This function sends an HTTP Request to a server, for example to request customer data.

The GET method is used. The specified URL is accessed, and the return code is evaluated. If the return code is a 2xx code, i.e. a success code, then program execution continues at the 2xx OK output. For all other results including a timeout of more than 5 seconds, program execution continues at the Error output.

Parameters

Object Name

The name of this object instance

URL

The URL which should be called, for example:
http://www.example.com/webService/webMethod?param1=1&param2=2

Outputs

Output

Used when ...

2xx OK

when the return value from the HTTP Server corresponds to a documented
2xx result according to the HTTP standard.

Error

on all other return codes including errors like “Host not found” or when a
timeout of more than 5 seconds occurs.


Sv translation
languagede

Status
colourRed
titleENTFERNT AUS VERSION 3.33

Dieses Objekt wurde entfernt.

Bitte ersetzen Sie es durch einen Aufruf von REST Query oder REST Query Advanced.

seit Version 3.27

vor Version 3.27




Funktion

 

Sendet eine http-Anfrage an einen Web-Server, z.B. um Kundendaten abzufragen.

 

Hierbei wird die Methode http GET verwendet. Die angegebene URL wird aufgerufen und der Rückgabecode wird ausgewertet. Ist der Code 2xx, also ein Erfolgscode, fährt die Ausführung mit dem Ausgang 2xx OK fort. Bei allen anderen Ergebnissen sowie einem Timeout von mehr als 5 Sekunden fährt die Ausführung am Fehlerausgang fort.
 

Parameter

Objektname

Name dieser Objektinstanz

URL

Eingabe der aufzurufenden URL plus Abfrage, z.B.
http://www.example.com/webService/webMethod?param1=1&param2=2

Ausgänge

Ausgang

Wird benutzt ...

2xx OK

wenn der Rückgabewert vom Server einem der http-Standard-
Ergebnisse 2xx entspricht.

Fehler

bei allen anderen http-Ergebnissen sowie bei Fehlern wie „Host not found"
oder bei Timeout > 5 Sekunden.


...