CHAPTER 15
System Service API WSDL
WSDL File
Copyright © 2010, Juniper Networks, Inc.
This chapter describes the System Service API WSDL.
WSDL File on page 129
The WSDL definition file is shown below.
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:impl="http://juniper.net/webproxy/systemservice"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:core="http://juniper.net/core"
xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" name="SystemService"
targetNamespace="http://juniper.net/webproxy/systemservice">
<wsdl:types>
<xs:schema version="1.0" elementFormDefault="qualified"
targetNamespace="http://juniper.net/webproxy/systemservice"
xmlns="http://juniper.net/webproxy/systemservice"
xmlns:core="http://juniper.net/core"
xmlns:impl="http://juniper.net/webproxy/systemservice">
<xs:import namespace="http://juniper.net/core"
schemaLocation="common/BaseMessages.xsd"/>
<xs:simpleType name="LoginStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Success"/>
<xs:enumeration value="Failure"/>
<xs:enumeration value="Challenge"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="LoginStatus">
<xs:sequence>
<xs:element name="status" type="impl:LoginStatusCodeType"/>
<xs:element name="challenge" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="LoginRequest">
<xs:annotation>
<xs:documentation>Login into the system
domainName: the domain to login
userName: the user name
password: the password
129
Need help?
Do you have a question about the NETWORK AND SECURITY MANAGER 2010.4 - API GUIDE REV 1 and is the answer not in the manual?
Questions and answers