Sha256: 78b8de4b1856f933b5da5028208ddfa1d86331590944445a0dc633fae28df6fd

Contents?: true

Size: 1017 Bytes

Versions: 3

Compression:

Stored size: 1017 Bytes

Contents

<?xml version="1.0"?>
<!-- https://wiki.internet2.edu/confluence/display/CPD/OSCARS+Client+Messaging -->
<soap:Envelope
        xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
        soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
    
    <!-- Security headers and X.509 go here -->
    
    <soap:Body>
        <m:createReservation xmlns:m="http://oscars.es.net/OSCARS">
            <m:startTime>1179755264</m:startTime>
            <m:endTime>1179755864</m:endTime>
            <m:bandwidth>1000</m:bandwidth>
            <m:description>Example reservation</m:description>
            <m:pathInfo>
               <m:pathSetupMode>user-xml</pathSetupMode>
               <m:layer2Info>
                   <m:srcEndpoint>urn:ogf:network:domain1:node1:port1:link1</m:srcEndpoint>
                   <m:destEndpoint>urn:ogf:network:domain3:node2:port2:link1</m:destEndpoint>
               </m:layer2Info>
            </m:pathInfo>
        </m:createReservation>
    </soap:Body>

</soap:Envelope>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
dreamcat4-libxml-bindings-0.2.0 test/xml/soap_create_reservation.xml
dreamcat4-libxml-bindings-0.2.1 test/xml/soap_create_reservation.xml
libxml4r-0.2.6 test/xml/soap_create_reservation.xml