RestProcess

Top  Previous  Next

"RestProcess" element should be placed into a ProcessForm. This element provides to use REST web services with required parameters.

RestProcess

 

Properties

See Common Properties

 

Example: Using “Direct Message” web service of Twitter.

Service URL

http://api.twitter.com/1/direct_messages/sent.xml

Request Parameters

user=target_user_name & text=message

Method

GET

Target Symbol

v:REST_RESPONSE

Authentication Type

Basic

Username

user_name

Password

********

Replace