r1 - 15 Jun 2005 - 08:32:25 - BartoszBelterYou are here: TWiki >  PACE Web  >  TopicProv > WebServiceInterfaces > InterdomainInterface > TransactionLayer > AcknowledgeMessage

Acknowledge Message

Layer: TransactionLayer

Example of message

<?xml version="1.0" encoding="utf-8" ?>
<ack xmlns="http://www.geant2.net/namespaces/sa3/Transaction.xsd">

  <!-- 
    Manager ID
    available types: "IPv4", "IPv6"
  -->
  <manager type="IPv4">10.0.0.1</type>

  <!-- 
    Transaction ID
    must be global and unique, consists of numeric-based id and domain id 
  -->
  <tid>1@man.poznan.pl</tid>

  <!-- 
    Operation ID
    Each transaction consists of one or many operations - separated reservations.
    Opertaion ID in Provisioning System is assumed as Reservation ID (RID)
    Each operation is identified by the couple <tid, oid>
  -->
  <oid>12@man.poznan.pl</tid>
  
</ack>

-- BartoszBelter - 15 Jun 2005

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions



 
GEANT2
Copyright © 2004-2005 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.