Previous Topic

Next Topic

Book Contents

Book Index

request_register XML example

The following example describes a successful request:

<?xml version="1.0" encoding="ISO-8859-1"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

    <SOAP-ENV:Body>

        <ctmem:request_register xmlns:ctmem="http://www.bmc.com/ctmem/schema918">

            <ctmem:user_name><user to register></ctmem:user_name>

            <ctmem:password><encrypted password></ctmem:password>

            <ctmem:timeout>40</ctmem:timeout>

        </ctmem:request_register>

    </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Parent Topic

User Registration