getApplianceName
Gets the appliance name.
Applies to Integration Appliances only.
- Returns:
- The appliance name.
Examples:
The following code is an example
of a SOAP request to get 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:getApplianceName/>
</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:getApplianceNameResponse 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:applianceName>TheIntegrator</ns3:applianceName>
</ns3:getApplianceNameResponse>
</S:Body>
</S:Envelope>