CHAPTER 15
System Service API WSDL
This chapter describes the System Service API WSDL.
•
WSDL File on page 129
WSDL File
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
Copyright © 2010, Juniper Networks, Inc.
Содержание NETWORK AND SECURITY MANAGER 2010.4 - API GUIDE REV 1
Страница 6: ...Copyright 2010 Juniper Networks Inc vi...
Страница 10: ...Copyright 2010 Juniper Networks Inc x Network and Security Manager 2010 4 API Guide...
Страница 12: ...Copyright 2010 Juniper Networks Inc xii Network and Security Manager 2010 4 API Guide...
Страница 20: ...Copyright 2010 Juniper Networks Inc 2 Network and Security Manager 2010 4 API Guide...
Страница 24: ...Copyright 2010 Juniper Networks Inc 6 Network and Security Manager 2010 4 API Guide...
Страница 34: ...Copyright 2010 Juniper Networks Inc 16 Network and Security Manager 2010 4 API Guide...
Страница 58: ...Figure 10 IDP Rulebase Copyright 2010 Juniper Networks Inc 40 Network and Security Manager 2010 4 API Guide...
Страница 92: ...Copyright 2010 Juniper Networks Inc 74 Network and Security Manager 2010 4 API Guide...
Страница 98: ...Copyright 2010 Juniper Networks Inc 80 Network and Security Manager 2010 4 API Guide...
Страница 100: ...Copyright 2010 Juniper Networks Inc 82 Network and Security Manager 2010 4 API Guide...
Страница 112: ...Copyright 2010 Juniper Networks Inc 94 Network and Security Manager 2010 4 API Guide...
Страница 128: ...Copyright 2010 Juniper Networks Inc 110 Network and Security Manager 2010 4 API Guide...
Страница 138: ...Copyright 2010 Juniper Networks Inc 120 Network and Security Manager 2010 4 API Guide...
Страница 152: ...Copyright 2010 Juniper Networks Inc 134 Network and Security Manager 2010 4 API Guide...
Страница 165: ...PART 6 Index Index on page 149 147 Copyright 2010 Juniper Networks Inc...
Страница 166: ...Copyright 2010 Juniper Networks Inc 148 Network and Security Manager 2010 4 API Guide...