+xns/Negotiation
Message: RequestForm

+xns/Core/XNSObject
   |
   +--+xns/Core/Message
         |
         +--+xns/Negotiation/RequestForm


Requests a contract form from an identity.

A form is a template for a contract. It describes the data being requested and the terms of use for that data. The requestor creates a form, the data provider gets the form (using this message), and decides if he wants to provide the data to the requestor under these terms.

To: Identity who owns the form.
From: Identity who wants to negotiate a contract; usually the data or service provider.


 

Input
+xns/Core/XNSAddress FormAddr The address of the form being requested.
 

Output
+xns/Negotiation/Form Form The requested form.
 

Exceptions
AccessDenied  
 

Input Detail

FormAddr

The address of the form being requested.  

DataType: +xns/Core/XNSAddress
 

Required: true
 


 

Output Detail

Form

The requested form.  

DataType: +xns/Negotiation/Form
 


Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002