Sha256: bf94b8e6f2a085d719d96a4378c70efbf608d9fd4f5f4a639a29dcc9bc85a6e6

Contents?: true

Size: 575 Bytes

Versions: 3

Compression:

Stored size: 575 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:createPathResponse xmlns:m="http://oscars.es.net/OSCARS">
            <m:globalReservationId>domain1-1000</m:globalReservationId>
            <m:status>ACTIVE</m:status>
         </m:createPathResponse>
    </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_path_response.xml
dreamcat4-libxml-bindings-0.2.1 test/xml/soap_create_path_response.xml
libxml4r-0.2.6 test/xml/soap_create_path_response.xml