setApplianceName
Sets the appliance name.
Applies to Integration Appliances only.
Parameter:
- applianceName
- The specified name for the appliance.
- Returns:
- Success or failure.
Examples:
The following code is an example
of a SOAP request to the Integration Appliance name.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sys="http://www.approuter.com/schemas/2008/1/system">
<soapenv:Header>
<sys:sessionId>91997FBCE89093792D40DEF8FDB345DD</sys:sessionId>
</soapenv:Header>
<soapenv:Body>
<sys:setApplianceName>
<sys:applianceName>TheIntegrator</sys:applianceName>
</sys:setApplianceName>
</soapenv:Body>
</soapenv:Envelope>>
The following example is
the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns3:setApplianceNameResponse xmlns:ns2="http://www.approuter.com/
schemas/router/1000/NetConfig02.xsd"
xmlns:ns3="http://www.approuter.com/schemas/2008/1/system"
xmlns:ns4="http://www.approuter.com/schemas/2008/1/util/types">
<ns3:success>true</ns3:success>
</ns3:setApplianceNameResponse>
</S:Body>
</S:Envelope>