summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2008-03-14 04:58:21 +0000
committerjeff <jeff>2008-03-14 04:58:21 +0000
commit714bb4650e8ed1bf655311e8e6412853bf54db88 (patch)
tree21360474a38598733280203e37171b47967f60ea
parent51ad08a8b780c50aa69f28cee3b1fd674c59c5de (diff)
update wsdls to 3.0r1
-rw-r--r--lib/Net/Prizm/wsdls/CustomerIfService.wsdl40
-rw-r--r--lib/Net/Prizm/wsdls/NetworkIfService.wsdl889
-rw-r--r--lib/Net/Prizm/wsdls/ServerIfService.wsdl285
3 files changed, 1099 insertions, 115 deletions
diff --git a/lib/Net/Prizm/wsdls/CustomerIfService.wsdl b/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
index 67e908a..8783507 100644
--- a/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
+++ b/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
@@ -112,6 +112,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
+ <wsdl:message name="getCustomersForElementRequest">
+
+ <wsdl:part name="elementID" type="xsd:int"/>
+
+ <wsdl:part name="mac" type="xsd:string"/>
+
+ </wsdl:message>
+
<wsdl:message name="importCustomerResponse">
</wsdl:message>
@@ -122,6 +130,12 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
+ <wsdl:message name="getCustomersForElementResponse">
+
+ <wsdl:part name="getCustomersForElementReturn" type="impl:ArrayOfCustomerInfo"/>
+
+ </wsdl:message>
+
<wsdl:message name="getCustomersRequest">
<wsdl:part name="fieldNames" type="impl:ArrayOf_xsd_string"/>
@@ -258,6 +272,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getCustomersForElement" parameterOrder="elementID mac">
+
+ <wsdl:input name="getCustomersForElementRequest" message="impl:getCustomersForElementRequest"/>
+
+ <wsdl:output name="getCustomersForElementResponse" message="impl:getCustomersForElementResponse"/>
+
+ </wsdl:operation>
+
</wsdl:portType>
<wsdl:binding name="CustomerIfServiceSoapBinding" type="impl:CustomerIf">
@@ -444,6 +466,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getCustomersForElement">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getCustomersForElementRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:customer"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getCustomersForElementResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:customer"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
</wsdl:binding>
<wsdl:service name="CustomerIfService">
diff --git a/lib/Net/Prizm/wsdls/NetworkIfService.wsdl b/lib/Net/Prizm/wsdls/NetworkIfService.wsdl
index 69e0291..479c994 100644
--- a/lib/Net/Prizm/wsdls/NetworkIfService.wsdl
+++ b/lib/Net/Prizm/wsdls/NetworkIfService.wsdl
@@ -36,6 +36,20 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
<element name="statsValues" nillable="true" type="impl:ArrayOf_xsd_double"/>
</sequence>
</complexType>
+ <complexType name="ArrayOf_xsd_int">
+ <complexContent>
+ <restriction base="soapenc:Array">
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
+ </restriction>
+ </complexContent>
+ </complexType>
+ <complexType name="ArrayOfPrizmElement">
+ <complexContent>
+ <restriction base="soapenc:Array">
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:PrizmElement[]"/>
+ </restriction>
+ </complexContent>
+ </complexType>
<complexType name="ElementLinkInfo">
<sequence>
<element name="linkDirection" type="xsd:int"/>
@@ -50,13 +64,6 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</restriction>
</complexContent>
</complexType>
- <complexType name="ArrayOfPrizmElement">
- <complexContent>
- <restriction base="soapenc:Array">
- <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:PrizmElement[]"/>
- </restriction>
- </complexContent>
- </complexType>
<complexType name="ClientDevice">
<sequence>
<element name="firstSeenTime" type="xsd:long"/>
@@ -90,18 +97,48 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</restriction>
</complexContent>
</complexType>
- <complexType name="ArrayOf_xsd_int">
+ <complexType name="PerformanceValue">
+ <sequence>
+ <element name="timeStamp" type="xsd:long"/>
+ <element name="value" type="xsd:double"/>
+ </sequence>
+ </complexType>
+ <complexType name="ArrayOfPerformanceValue">
<complexContent>
<restriction base="soapenc:Array">
- <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:PerformanceValue[]"/>
+ </restriction>
+ </complexContent>
+ </complexType>
+ <complexType name="ConfigurationTemplate">
+ <sequence>
+ <element name="attributeNames" nillable="true" type="impl:ArrayOf_xsd_string"/>
+ <element name="attributeValues" nillable="true" type="impl:ArrayOf_xsd_string"/>
+ <element name="category" nillable="true" type="xsd:string"/>
+ <element name="id" type="xsd:int"/>
+ <element name="name" nillable="true" type="xsd:string"/>
+ <element name="typeID" nillable="true" type="xsd:string"/>
+ </sequence>
+ </complexType>
+ <complexType name="ArrayOfConfigurationTemplate">
+ <complexContent>
+ <restriction base="soapenc:Array">
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:ConfigurationTemplate[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="Network">
<sequence>
+ <element name="autoDiscoverSlave" type="xsd:boolean"/>
+ <element name="autoDiscoverUsingProxy" type="xsd:boolean"/>
+ <element name="category" nillable="true" type="xsd:string"/>
+ <element name="communityList" nillable="true" type="impl:ArrayOf_xsd_string"/>
<element name="description" nillable="true" type="xsd:string"/>
<element name="id" type="xsd:int"/>
<element name="name" nillable="true" type="xsd:string"/>
+ <element name="numberOfSubnet" type="xsd:int"/>
+ <element name="passwordList" nillable="true" type="impl:ArrayOf_xsd_string"/>
+ <element name="rediscoverUnManagedElement" type="xsd:boolean"/>
</sequence>
</complexType>
<complexType name="ArrayOfNetwork">
@@ -111,20 +148,28 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</restriction>
</complexContent>
</complexType>
- <complexType name="ConfigurationTemplate">
+ <complexType name="SubNet">
<sequence>
- <element name="attributeNames" nillable="true" type="impl:ArrayOf_xsd_string"/>
- <element name="attributeValues" nillable="true" type="impl:ArrayOf_xsd_string"/>
- <element name="category" nillable="true" type="xsd:string"/>
- <element name="id" type="xsd:int"/>
- <element name="name" nillable="true" type="xsd:string"/>
- <element name="typeID" nillable="true" type="xsd:string"/>
+ <element name="autoAssignIPEnabled" type="xsd:boolean"/>
+ <element name="autoIPGateway" nillable="true" type="xsd:string"/>
+ <element name="autoIPNetworkMask" nillable="true" type="xsd:string"/>
+ <element name="autoIPRange" nillable="true" type="impl:ArrayOf_xsd_string"/>
+ <element name="defaultSnmpCommunity" nillable="true" type="xsd:string"/>
+ <element name="enforceConfiguration" type="xsd:boolean"/>
+ <element name="managementMode" nillable="true" type="xsd:string"/>
+ <element name="networkID" type="xsd:int"/>
+ <element name="serverRouteIP" nillable="true" type="xsd:string"/>
+ <element name="snmpAccess" nillable="true" type="impl:ArrayOf_xsd_string"/>
+ <element name="snmpAccessCidrBits" nillable="true" type="impl:ArrayOf_xsd_int"/>
+ <element name="subnetNumber" type="xsd:int"/>
+ <element name="trapManagementEnabled" type="xsd:boolean"/>
+ <element name="trapManagementIPs" nillable="true" type="impl:ArrayOf_xsd_string"/>
</sequence>
</complexType>
- <complexType name="ArrayOfConfigurationTemplate">
+ <complexType name="ArrayOfSubNet">
<complexContent>
<restriction base="soapenc:Array">
- <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:ConfigurationTemplate[]"/>
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:SubNet[]"/>
</restriction>
</complexContent>
</complexType>
@@ -139,7 +184,15 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="getSupportedConfigurationTypeIDsRequest">
+ <wsdl:message name="getElementPerformanceFieldValuesRequest">
+
+ <wsdl:part name="elementId" type="xsd:int"/>
+
+ <wsdl:part name="fieldName" type="xsd:string"/>
+
+ <wsdl:part name="startTime" type="xsd:long"/>
+
+ <wsdl:part name="endTime" type="xsd:long"/>
</wsdl:message>
@@ -161,12 +214,6 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="getLinkTableForElementRequest">
-
- <wsdl:part name="elementId" type="xsd:int"/>
-
- </wsdl:message>
-
<wsdl:message name="getElementPerformanceDataRequest">
<wsdl:part name="elementId" type="xsd:int"/>
@@ -177,9 +224,9 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="activateNetworkElementsResponse">
+ <wsdl:message name="searchClientDeviceByMacResponse">
- <wsdl:part name="activateNetworkElementsReturn" type="xsd:int"/>
+ <wsdl:part name="searchClientDeviceByMacReturn" type="impl:ArrayOfClientDevice"/>
</wsdl:message>
@@ -189,33 +236,37 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="searchClientDeviceByMacResponse">
+ <wsdl:message name="updateConfigurationResponse">
- <wsdl:part name="searchClientDeviceByMacReturn" type="impl:ArrayOfClientDevice"/>
+ <wsdl:part name="updateConfigurationReturn" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="getPrizmElementsResponse">
+ <wsdl:message name="getElementPerformanceValuesDelimitedRequest">
- <wsdl:part name="getPrizmElementsReturn" type="impl:ArrayOfPrizmElement"/>
+ <wsdl:part name="elementId" type="xsd:int"/>
- </wsdl:message>
+ <wsdl:part name="startTime" type="xsd:long"/>
- <wsdl:message name="addCustomConfigurationResponse">
+ <wsdl:part name="endTime" type="xsd:long"/>
- <wsdl:part name="addCustomConfigurationReturn" type="impl:ConfigurationTemplate"/>
+ <wsdl:part name="delimiter" type="xsd:string"/>
- </wsdl:message>
+ <wsdl:part name="newLine" type="xsd:string"/>
- <wsdl:message name="updateConfigurationResponse">
+ <wsdl:part name="openQuotes" type="xsd:string"/>
- <wsdl:part name="updateConfigurationReturn" type="xsd:int"/>
+ <wsdl:part name="closeQuotes" type="xsd:string"/>
</wsdl:message>
- <wsdl:message name="getElementPerformanceDataResponse">
+ <wsdl:message name="moveNetworkElementRequest">
- <wsdl:part name="getElementPerformanceDataReturn" type="impl:ArrayOfPerformanceData"/>
+ <wsdl:part name="elementID" type="xsd:int"/>
+
+ <wsdl:part name="toParentElementID" type="xsd:int"/>
+
+ <wsdl:part name="toNetworkID" type="xsd:int"/>
</wsdl:message>
@@ -229,21 +280,21 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="deleteConfigurationRequest">
+ <wsdl:message name="updateConfigurationExtResponse">
- <wsdl:part name="iID" type="xsd:int"/>
+ <wsdl:part name="updateConfigurationExtReturn" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="setElementConfigSetResponse">
+ <wsdl:message name="deleteConfigurationRequest">
- <wsdl:part name="setElementConfigSetReturn" type="xsd:int"/>
+ <wsdl:part name="iID" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="setElementConfigResponse">
+ <wsdl:message name="getSubnetsForNetworkRequest">
- <wsdl:part name="setElementConfigReturn" type="xsd:int"/>
+ <wsdl:part name="networkID" type="xsd:int"/>
</wsdl:message>
@@ -257,25 +308,23 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="searchClientDeviceByIpResponse">
+ <wsdl:message name="createNetworkResponse">
- <wsdl:part name="searchClientDeviceByIpReturn" type="impl:ArrayOfClientDevice"/>
+ <wsdl:part name="createNetworkReturn" type="impl:Network"/>
</wsdl:message>
- <wsdl:message name="getNetworksRequest">
+ <wsdl:message name="addSubnetToNetworkResponse">
</wsdl:message>
- <wsdl:message name="setElementConfigSetRequest">
+ <wsdl:message name="getNetworksRequest">
- <wsdl:part name="elementIds" type="impl:ArrayOf_xsd_int"/>
+ </wsdl:message>
- <wsdl:part name="configName" type="xsd:string"/>
+ <wsdl:message name="getElementPerformanceValuesDelimitedResponse">
- <wsdl:part name="rebootIfRequired" type="xsd:boolean"/>
-
- <wsdl:part name="configMode" type="xsd:int"/>
+ <wsdl:part name="getElementPerformanceValuesDelimitedReturn" type="impl:ArrayOf_xsd_string"/>
</wsdl:message>
@@ -285,6 +334,32 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
+ <wsdl:message name="getElementPerformanceFieldValuesResponse">
+
+ <wsdl:part name="getElementPerformanceFieldValuesReturn" type="impl:ArrayOfPerformanceValue"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="setElementConfigExtResponse">
+
+ <wsdl:part name="setElementConfigExtReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="createNetworkRequest">
+
+ </wsdl:message>
+
+ <wsdl:message name="moveNetworkElementResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="getPrizmElementsByIdsRequest">
+
+ <wsdl:part name="ids" type="impl:ArrayOf_xsd_int"/>
+
+ </wsdl:message>
+
<wsdl:message name="dropRegisteredElementSessionRequest">
<wsdl:part name="iElementID" type="xsd:int"/>
@@ -299,9 +374,7 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="getElementConfigJobStatusRequest">
-
- <wsdl:part name="jobId" type="xsd:int"/>
+ <wsdl:message name="updateNetworkResponse">
</wsdl:message>
@@ -333,75 +406,273 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="getNetworksResponse">
+ <wsdl:message name="getPrizmElementByIdResponse">
- <wsdl:part name="getNetworksReturn" type="impl:ArrayOfNetwork"/>
+ <wsdl:part name="getPrizmElementByIdReturn" type="impl:PrizmElement"/>
</wsdl:message>
- <wsdl:message name="getPrizmElementsRequest">
+ <wsdl:message name="getPrizmElementSearchFieldsRequest">
- <wsdl:part name="fieldNames" type="impl:ArrayOf_xsd_string"/>
+ </wsdl:message>
- <wsdl:part name="fieldValues" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:message name="rebootElementsRequest">
- <wsdl:part name="operators" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:part name="elementIds" type="impl:ArrayOf_xsd_int"/>
+
+ <wsdl:part name="configMode" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="getPrizmElementByIdResponse">
+ <wsdl:message name="getLinkTableForElementResponse">
- <wsdl:part name="getPrizmElementByIdReturn" type="impl:PrizmElement"/>
+ <wsdl:part name="getLinkTableForElementReturn" type="impl:ArrayOfElementLinkInfo"/>
</wsdl:message>
- <wsdl:message name="deleteElementRequest">
+ <wsdl:message name="getElementConfigJobStatusResponse">
+
+ <wsdl:part name="getElementConfigJobStatusReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="setElementConfigSetExtRequest">
+
+ <wsdl:part name="elementIds" type="impl:ArrayOf_xsd_int"/>
+
+ <wsdl:part name="configName" type="xsd:string"/>
+
+ <wsdl:part name="rebootIfRequired" type="xsd:boolean"/>
+
+ <wsdl:part name="saveConfHistory" type="xsd:boolean"/>
+
+ <wsdl:part name="configMode" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="rebootElementsResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="getSubnetsForNetworkResponse">
+
+ <wsdl:part name="getSubnetsForNetworkReturn" type="impl:ArrayOfSubNet"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="addTypedConfigurationResponse">
+
+ <wsdl:part name="addTypedConfigurationReturn" type="impl:ConfigurationTemplate"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="addProvisionedElementRequest">
+
+ <wsdl:part name="iNetworkID" type="xsd:int"/>
+
+ <wsdl:part name="mac" type="xsd:string"/>
+
+ <wsdl:part name="siteName" type="xsd:string"/>
+
+ <wsdl:part name="siteLocation" type="xsd:string"/>
+
+ <wsdl:part name="siteContact" type="xsd:string"/>
+
+ <wsdl:part name="authKeys" type="xsd:string"/>
+
+ <wsdl:part name="servicePlanName" type="xsd:string"/>
+
+ <wsdl:part name="vlanProfileName" type="xsd:string"/>
+
+ <wsdl:part name="bAddFullManagement" type="xsd:boolean"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getRootElementsForNetworkRequest">
+
+ <wsdl:part name="networkID" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getSupportedConfigurationTypeIDsRequest">
+
+ </wsdl:message>
+
+ <wsdl:message name="getLinkTableForElementRequest">
<wsdl:part name="elementId" type="xsd:int"/>
- <wsdl:part name="child2Root" type="xsd:boolean"/>
+ </wsdl:message>
+
+ <wsdl:message name="updateManagementIPForMACRequest">
+
+ <wsdl:part name="macs" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="ips" type="impl:ArrayOf_xsd_string"/>
</wsdl:message>
- <wsdl:message name="getPrizmElementSearchFieldsResponse">
+ <wsdl:message name="activateNetworkElementsResponse">
- <wsdl:part name="getPrizmElementSearchFieldsReturn" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:part name="activateNetworkElementsReturn" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="getPrizmElementSearchFieldsRequest">
+ <wsdl:message name="getPrizmElementsResponse">
+
+ <wsdl:part name="getPrizmElementsReturn" type="impl:ArrayOfPrizmElement"/>
</wsdl:message>
- <wsdl:message name="rebootElementsRequest">
+ <wsdl:message name="deleteNetworkRequest">
+
+ <wsdl:part name="id" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="addCustomConfigurationResponse">
+
+ <wsdl:part name="addCustomConfigurationReturn" type="impl:ConfigurationTemplate"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getElementPerformanceDataResponse">
+
+ <wsdl:part name="getElementPerformanceDataReturn" type="impl:ArrayOfPerformanceData"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="setElementConfigResponse">
+
+ <wsdl:part name="setElementConfigReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="setElementConfigSetResponse">
+
+ <wsdl:part name="setElementConfigSetReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="updateManagementIPForMACResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="deleteNetworkResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="searchClientDeviceByIpResponse">
+
+ <wsdl:part name="searchClientDeviceByIpReturn" type="impl:ArrayOfClientDevice"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="setElementConfigSetRequest">
<wsdl:part name="elementIds" type="impl:ArrayOf_xsd_int"/>
+ <wsdl:part name="configName" type="xsd:string"/>
+
+ <wsdl:part name="rebootIfRequired" type="xsd:boolean"/>
+
<wsdl:part name="configMode" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="dropRegisteredElementSessionResponse">
+ <wsdl:message name="getNetworkByIDResponse">
- <wsdl:part name="dropRegisteredElementSessionReturn" type="xsd:int"/>
+ <wsdl:part name="getNetworkByIDReturn" type="impl:Network"/>
</wsdl:message>
- <wsdl:message name="getSupportedConfigurationTypeIDsResponse">
+ <wsdl:message name="getRootElementsForNetworkResponse">
- <wsdl:part name="getSupportedConfigurationTypeIDsReturn" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:part name="getRootElementsForNetworkReturn" type="impl:ArrayOfPrizmElement"/>
</wsdl:message>
- <wsdl:message name="getLinkTableForElementResponse">
+ <wsdl:message name="setElementConfigExtRequest">
- <wsdl:part name="getLinkTableForElementReturn" type="impl:ArrayOfElementLinkInfo"/>
+ <wsdl:part name="elementIds" type="impl:ArrayOf_xsd_int"/>
+
+ <wsdl:part name="parameterNames" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="parameterValues" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="rebootIfRequired" type="xsd:boolean"/>
+
+ <wsdl:part name="saveConfHistory" type="xsd:boolean"/>
+
+ <wsdl:part name="configMode" type="xsd:int"/>
</wsdl:message>
- <wsdl:message name="getElementConfigJobStatusResponse">
+ <wsdl:message name="setElementConfigSetExtResponse">
- <wsdl:part name="getElementConfigJobStatusReturn" type="xsd:int"/>
+ <wsdl:part name="setElementConfigSetExtReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="updateNetworkRequest">
+
+ <wsdl:part name="net" type="impl:Network"/>
+
+ <wsdl:part name="subnets" type="impl:ArrayOfSubNet"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getElementConfigJobStatusRequest">
+
+ <wsdl:part name="jobId" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getNetworksResponse">
+
+ <wsdl:part name="getNetworksReturn" type="impl:ArrayOfNetwork"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getPrizmElementsRequest">
+
+ <wsdl:part name="fieldNames" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="fieldValues" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="operators" type="impl:ArrayOf_xsd_string"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getPrizmElementsByIdsResponse">
+
+ <wsdl:part name="getPrizmElementsByIdsReturn" type="impl:ArrayOfPrizmElement"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="deleteElementRequest">
+
+ <wsdl:part name="elementId" type="xsd:int"/>
+
+ <wsdl:part name="child2Root" type="xsd:boolean"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getPrizmElementSearchFieldsResponse">
+
+ <wsdl:part name="getPrizmElementSearchFieldsReturn" type="impl:ArrayOf_xsd_string"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="dropRegisteredElementSessionResponse">
+
+ <wsdl:part name="dropRegisteredElementSessionReturn" type="xsd:int"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getSupportedConfigurationTypeIDsResponse">
+
+ <wsdl:part name="getSupportedConfigurationTypeIDsReturn" type="impl:ArrayOf_xsd_string"/>
</wsdl:message>
@@ -427,51 +698,49 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
- <wsdl:message name="rebootElementsResponse">
-
- </wsdl:message>
+ <wsdl:message name="getNetworkByIDRequest">
- <wsdl:message name="addCustomConfigurationRequest">
-
- <wsdl:part name="strName" type="xsd:string"/>
+ <wsdl:part name="id" type="xsd:int"/>
- <wsdl:part name="strCategory" type="xsd:string"/>
+ </wsdl:message>
- <wsdl:part name="parameterNames" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:message name="addSubnetToNetworkRequest">
- <wsdl:part name="parameterValues" type="impl:ArrayOf_xsd_string"/>
+ <wsdl:part name="subnet" type="impl:SubNet"/>
</wsdl:message>
- <wsdl:message name="addTypedConfigurationResponse">
+ <wsdl:message name="updateConfigurationExtRequest">
- <wsdl:part name="addTypedConfigurationReturn" type="impl:ConfigurationTemplate"/>
+ <wsdl:part name="id" type="xsd:int"/>
- </wsdl:message>
+ <wsdl:part name="strNewName" type="xsd:string"/>
- <wsdl:message name="getConfigurationTemplatesRequest">
+ <wsdl:part name="strCategory" type="xsd:string"/>
- </wsdl:message>
+ <wsdl:part name="parameterNames" type="impl:ArrayOf_xsd_string"/>
- <wsdl:message name="addProvisionedElementRequest">
+ <wsdl:part name="parameterValues" type="impl:ArrayOf_xsd_string"/>
- <wsdl:part name="iNetworkID" type="xsd:int"/>
+ <wsdl:part name="bOkToReboot" type="xsd:boolean"/>
- <wsdl:part name="mac" type="xsd:string"/>
+ <wsdl:part name="bSaveConfHistory" type="xsd:boolean"/>
- <wsdl:part name="siteName" type="xsd:string"/>
+ </wsdl:message>
- <wsdl:part name="siteLocation" type="xsd:string"/>
+ <wsdl:message name="addCustomConfigurationRequest">
- <wsdl:part name="siteContact" type="xsd:string"/>
+ <wsdl:part name="strName" type="xsd:string"/>
- <wsdl:part name="authKeys" type="xsd:string"/>
+ <wsdl:part name="strCategory" type="xsd:string"/>
- <wsdl:part name="servicePlanName" type="xsd:string"/>
+ <wsdl:part name="parameterNames" type="impl:ArrayOf_xsd_string"/>
- <wsdl:part name="vlanProfileName" type="xsd:string"/>
+ <wsdl:part name="parameterValues" type="impl:ArrayOf_xsd_string"/>
- <wsdl:part name="bAddFullManagement" type="xsd:boolean"/>
+ </wsdl:message>
+
+ <wsdl:message name="getConfigurationTemplatesRequest">
</wsdl:message>
@@ -493,6 +762,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getPrizmElementsByIds" parameterOrder="ids">
+
+ <wsdl:input name="getPrizmElementsByIdsRequest" message="impl:getPrizmElementsByIdsRequest"/>
+
+ <wsdl:output name="getPrizmElementsByIdsResponse" message="impl:getPrizmElementsByIdsResponse"/>
+
+ </wsdl:operation>
+
<wsdl:operation name="getLinkTableForElement" parameterOrder="elementId">
<wsdl:input name="getLinkTableForElementRequest" message="impl:getLinkTableForElementRequest"/>
@@ -517,6 +794,22 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getRootElementsForNetwork" parameterOrder="networkID">
+
+ <wsdl:input name="getRootElementsForNetworkRequest" message="impl:getRootElementsForNetworkRequest"/>
+
+ <wsdl:output name="getRootElementsForNetworkResponse" message="impl:getRootElementsForNetworkResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="moveNetworkElement" parameterOrder="elementID toParentElementID toNetworkID">
+
+ <wsdl:input name="moveNetworkElementRequest" message="impl:moveNetworkElementRequest"/>
+
+ <wsdl:output name="moveNetworkElementResponse" message="impl:moveNetworkElementResponse"/>
+
+ </wsdl:operation>
+
<wsdl:operation name="searchClientDeviceByIp" parameterOrder="ippattern includePrizmElement">
<wsdl:input name="searchClientDeviceByIpRequest" message="impl:searchClientDeviceByIpRequest"/>
@@ -541,6 +834,22 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getElementPerformanceFieldValues" parameterOrder="elementId fieldName startTime endTime">
+
+ <wsdl:input name="getElementPerformanceFieldValuesRequest" message="impl:getElementPerformanceFieldValuesRequest"/>
+
+ <wsdl:output name="getElementPerformanceFieldValuesResponse" message="impl:getElementPerformanceFieldValuesResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getElementPerformanceValuesDelimited" parameterOrder="elementId startTime endTime delimiter newLine openQuotes closeQuotes">
+
+ <wsdl:input name="getElementPerformanceValuesDelimitedRequest" message="impl:getElementPerformanceValuesDelimitedRequest"/>
+
+ <wsdl:output name="getElementPerformanceValuesDelimitedResponse" message="impl:getElementPerformanceValuesDelimitedResponse"/>
+
+ </wsdl:operation>
+
<wsdl:operation name="setElementConfig" parameterOrder="elementIds parameterNames parameterValues rebootIfRequired configMode">
<wsdl:input name="setElementConfigRequest" message="impl:setElementConfigRequest"/>
@@ -549,6 +858,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="setElementConfigExt" parameterOrder="elementIds parameterNames parameterValues rebootIfRequired saveConfHistory configMode">
+
+ <wsdl:input name="setElementConfigExtRequest" message="impl:setElementConfigExtRequest"/>
+
+ <wsdl:output name="setElementConfigExtResponse" message="impl:setElementConfigExtResponse"/>
+
+ </wsdl:operation>
+
<wsdl:operation name="getElementConfigJobStatus" parameterOrder="jobId">
<wsdl:input name="getElementConfigJobStatusRequest" message="impl:getElementConfigJobStatusRequest"/>
@@ -589,19 +906,19 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
- <wsdl:operation name="dropRegisteredElementSession" parameterOrder="iElementID macAddress">
+ <wsdl:operation name="setElementConfigSetExt" parameterOrder="elementIds configName rebootIfRequired saveConfHistory configMode">
- <wsdl:input name="dropRegisteredElementSessionRequest" message="impl:dropRegisteredElementSessionRequest"/>
+ <wsdl:input name="setElementConfigSetExtRequest" message="impl:setElementConfigSetExtRequest"/>
- <wsdl:output name="dropRegisteredElementSessionResponse" message="impl:dropRegisteredElementSessionResponse"/>
+ <wsdl:output name="setElementConfigSetExtResponse" message="impl:setElementConfigSetExtResponse"/>
</wsdl:operation>
- <wsdl:operation name="getNetworks">
+ <wsdl:operation name="dropRegisteredElementSession" parameterOrder="iElementID macAddress">
- <wsdl:input name="getNetworksRequest" message="impl:getNetworksRequest"/>
+ <wsdl:input name="dropRegisteredElementSessionRequest" message="impl:dropRegisteredElementSessionRequest"/>
- <wsdl:output name="getNetworksResponse" message="impl:getNetworksResponse"/>
+ <wsdl:output name="dropRegisteredElementSessionResponse" message="impl:dropRegisteredElementSessionResponse"/>
</wsdl:operation>
@@ -653,6 +970,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="updateConfigurationExt" parameterOrder="id strNewName strCategory parameterNames parameterValues bOkToReboot bSaveConfHistory">
+
+ <wsdl:input name="updateConfigurationExtRequest" message="impl:updateConfigurationExtRequest"/>
+
+ <wsdl:output name="updateConfigurationExtResponse" message="impl:updateConfigurationExtResponse"/>
+
+ </wsdl:operation>
+
<wsdl:operation name="deleteConfiguration" parameterOrder="iID">
<wsdl:input name="deleteConfigurationRequest" message="impl:deleteConfigurationRequest"/>
@@ -661,6 +986,70 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="updateManagementIPForMAC" parameterOrder="macs ips">
+
+ <wsdl:input name="updateManagementIPForMACRequest" message="impl:updateManagementIPForMACRequest"/>
+
+ <wsdl:output name="updateManagementIPForMACResponse" message="impl:updateManagementIPForMACResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getNetworks">
+
+ <wsdl:input name="getNetworksRequest" message="impl:getNetworksRequest"/>
+
+ <wsdl:output name="getNetworksResponse" message="impl:getNetworksResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getNetworkByID" parameterOrder="id">
+
+ <wsdl:input name="getNetworkByIDRequest" message="impl:getNetworkByIDRequest"/>
+
+ <wsdl:output name="getNetworkByIDResponse" message="impl:getNetworkByIDResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="createNetwork">
+
+ <wsdl:input name="createNetworkRequest" message="impl:createNetworkRequest"/>
+
+ <wsdl:output name="createNetworkResponse" message="impl:createNetworkResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="updateNetwork" parameterOrder="net subnets">
+
+ <wsdl:input name="updateNetworkRequest" message="impl:updateNetworkRequest"/>
+
+ <wsdl:output name="updateNetworkResponse" message="impl:updateNetworkResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="deleteNetwork" parameterOrder="id">
+
+ <wsdl:input name="deleteNetworkRequest" message="impl:deleteNetworkRequest"/>
+
+ <wsdl:output name="deleteNetworkResponse" message="impl:deleteNetworkResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getSubnetsForNetwork" parameterOrder="networkID">
+
+ <wsdl:input name="getSubnetsForNetworkRequest" message="impl:getSubnetsForNetworkRequest"/>
+
+ <wsdl:output name="getSubnetsForNetworkResponse" message="impl:getSubnetsForNetworkResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="addSubnetToNetwork" parameterOrder="subnet">
+
+ <wsdl:input name="addSubnetToNetworkRequest" message="impl:addSubnetToNetworkRequest"/>
+
+ <wsdl:output name="addSubnetToNetworkResponse" message="impl:addSubnetToNetworkResponse"/>
+
+ </wsdl:operation>
+
</wsdl:portType>
<wsdl:binding name="NetworkIfServiceSoapBinding" type="impl:NetworkIf">
@@ -703,6 +1092,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getPrizmElementsByIds">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getPrizmElementsByIdsRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getPrizmElementsByIdsResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
<wsdl:operation name="getLinkTableForElement">
<wsdlsoap:operation soapAction=""/>
@@ -757,6 +1164,42 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getRootElementsForNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getRootElementsForNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getRootElementsForNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="moveNetworkElement">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="moveNetworkElementRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="moveNetworkElementResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
<wsdl:operation name="searchClientDeviceByIp">
<wsdlsoap:operation soapAction=""/>
@@ -811,6 +1254,42 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getElementPerformanceFieldValues">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getElementPerformanceFieldValuesRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getElementPerformanceFieldValuesResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getElementPerformanceValuesDelimited">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getElementPerformanceValuesDelimitedRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getElementPerformanceValuesDelimitedResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
<wsdl:operation name="setElementConfig">
<wsdlsoap:operation soapAction=""/>
@@ -829,6 +1308,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="setElementConfigExt">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="setElementConfigExtRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="setElementConfigExtResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
<wsdl:operation name="getElementConfigJobStatus">
<wsdlsoap:operation soapAction=""/>
@@ -919,17 +1416,17 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
- <wsdl:operation name="dropRegisteredElementSession">
+ <wsdl:operation name="setElementConfigSetExt">
<wsdlsoap:operation soapAction=""/>
- <wsdl:input name="dropRegisteredElementSessionRequest">
+ <wsdl:input name="setElementConfigSetExtRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
</wsdl:input>
- <wsdl:output name="dropRegisteredElementSessionResponse">
+ <wsdl:output name="setElementConfigSetExtResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
@@ -937,17 +1434,17 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
- <wsdl:operation name="getNetworks">
+ <wsdl:operation name="dropRegisteredElementSession">
<wsdlsoap:operation soapAction=""/>
- <wsdl:input name="getNetworksRequest">
+ <wsdl:input name="dropRegisteredElementSessionRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
</wsdl:input>
- <wsdl:output name="getNetworksResponse">
+ <wsdl:output name="dropRegisteredElementSessionResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
@@ -1063,6 +1560,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="updateConfigurationExt">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="updateConfigurationExtRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="updateConfigurationExtResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
<wsdl:operation name="deleteConfiguration">
<wsdlsoap:operation soapAction=""/>
@@ -1081,6 +1596,150 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="updateManagementIPForMAC">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="updateManagementIPForMACRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="updateManagementIPForMACResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getNetworks">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getNetworksRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getNetworksResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getNetworkByID">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getNetworkByIDRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getNetworkByIDResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="createNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="createNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="createNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="updateNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="updateNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="updateNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="deleteNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="deleteNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="deleteNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getSubnetsForNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getSubnetsForNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getSubnetsForNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="addSubnetToNetwork">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="addSubnetToNetworkRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="addSubnetToNetworkResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:network"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
</wsdl:binding>
<wsdl:service name="NetworkIfService">
diff --git a/lib/Net/Prizm/wsdls/ServerIfService.wsdl b/lib/Net/Prizm/wsdls/ServerIfService.wsdl
new file mode 100644
index 0000000..f000dcd
--- /dev/null
+++ b/lib/Net/Prizm/wsdls/ServerIfService.wsdl
@@ -0,0 +1,285 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:server" xmlns:intf="urn:server" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:server">
+<!--WSDL created by Apache Axis version: 1.4
+Built on Apr 22, 2006 (06:55:48 PDT)-->
+ <wsdl:types>
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:server">
+ <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
+ <complexType name="LicenseInformation">
+ <sequence>
+ <element name="category" nillable="true" type="xsd:string"/>
+ <element name="description" nillable="true" type="xsd:string"/>
+ <element name="licenseName" nillable="true" type="xsd:string"/>
+ <element name="licenseUsage" nillable="true" type="xsd:string"/>
+ <element name="licenseVersion" nillable="true" type="xsd:string"/>
+ <element name="licensesCurrentlyInUse" type="xsd:int"/>
+ <element name="totalLicensesAvailable" type="xsd:int"/>
+ </sequence>
+ </complexType>
+ <complexType name="ArrayOfLicenseInformation">
+ <complexContent>
+ <restriction base="soapenc:Array">
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:LicenseInformation[]"/>
+ </restriction>
+ </complexContent>
+ </complexType>
+ <complexType name="ServerInfo">
+ <sequence>
+ <element name="runtimeMode" nillable="true" type="xsd:string"/>
+ <element name="serverIP" nillable="true" type="xsd:string"/>
+ <element name="softwareVersion" nillable="true" type="xsd:string"/>
+ </sequence>
+ </complexType>
+ <complexType name="ArrayOf_xsd_string">
+ <complexContent>
+ <restriction base="soapenc:Array">
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
+ </restriction>
+ </complexContent>
+ </complexType>
+ </schema>
+ </wsdl:types>
+
+ <wsdl:message name="uploadFileAttachmentsResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="uploadFileResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="getLicenseInfoRequest">
+
+ </wsdl:message>
+
+ <wsdl:message name="getLicenseInfoResponse">
+
+ <wsdl:part name="getLicenseInfoReturn" type="impl:ArrayOfLicenseInformation"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getUploadedFileNamesResponse">
+
+ <wsdl:part name="getUploadedFileNamesReturn" type="impl:ArrayOf_xsd_string"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getServerInfoResponse">
+
+ <wsdl:part name="getServerInfoReturn" type="impl:ServerInfo"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="getServerInfoRequest">
+
+ </wsdl:message>
+
+ <wsdl:message name="getUploadedFileNamesRequest">
+
+ </wsdl:message>
+
+ <wsdl:message name="uploadFileAttachmentsRequest">
+
+ <wsdl:part name="fileNames" type="impl:ArrayOf_xsd_string"/>
+
+ <wsdl:part name="fileDescriptions" type="impl:ArrayOf_xsd_string"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="removeUploadedFilesRequest">
+
+ <wsdl:part name="fileNames" type="impl:ArrayOf_xsd_string"/>
+
+ </wsdl:message>
+
+ <wsdl:message name="removeUploadedFilesResponse">
+
+ </wsdl:message>
+
+ <wsdl:message name="uploadFileRequest">
+
+ <wsdl:part name="fileName" type="xsd:string"/>
+
+ <wsdl:part name="fileDescription" type="xsd:string"/>
+
+ <wsdl:part name="zipFileData" type="xsd:base64Binary"/>
+
+ </wsdl:message>
+
+ <wsdl:portType name="ServerIf">
+
+ <wsdl:operation name="getLicenseInfo">
+
+ <wsdl:input message="impl:getLicenseInfoRequest" name="getLicenseInfoRequest"/>
+
+ <wsdl:output message="impl:getLicenseInfoResponse" name="getLicenseInfoResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getServerInfo">
+
+ <wsdl:input message="impl:getServerInfoRequest" name="getServerInfoRequest"/>
+
+ <wsdl:output message="impl:getServerInfoResponse" name="getServerInfoResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="uploadFile" parameterOrder="fileName fileDescription zipFileData">
+
+ <wsdl:input message="impl:uploadFileRequest" name="uploadFileRequest"/>
+
+ <wsdl:output message="impl:uploadFileResponse" name="uploadFileResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="uploadFileAttachments" parameterOrder="fileNames fileDescriptions">
+
+ <wsdl:input message="impl:uploadFileAttachmentsRequest" name="uploadFileAttachmentsRequest"/>
+
+ <wsdl:output message="impl:uploadFileAttachmentsResponse" name="uploadFileAttachmentsResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="removeUploadedFiles" parameterOrder="fileNames">
+
+ <wsdl:input message="impl:removeUploadedFilesRequest" name="removeUploadedFilesRequest"/>
+
+ <wsdl:output message="impl:removeUploadedFilesResponse" name="removeUploadedFilesResponse"/>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getUploadedFileNames">
+
+ <wsdl:input message="impl:getUploadedFileNamesRequest" name="getUploadedFileNamesRequest"/>
+
+ <wsdl:output message="impl:getUploadedFileNamesResponse" name="getUploadedFileNamesResponse"/>
+
+ </wsdl:operation>
+
+ </wsdl:portType>
+
+ <wsdl:binding name="ServerIfServiceSoapBinding" type="impl:ServerIf">
+
+ <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="getLicenseInfo">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getLicenseInfoRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getLicenseInfoResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getServerInfo">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getServerInfoRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getServerInfoResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="uploadFile">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="uploadFileRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="uploadFileResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="uploadFileAttachments">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="uploadFileAttachmentsRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="uploadFileAttachmentsResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="removeUploadedFiles">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="removeUploadedFilesRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="removeUploadedFilesResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="getUploadedFileNames">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getUploadedFileNamesRequest">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getUploadedFileNamesResponse">
+
+ <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:server" use="encoded"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ </wsdl:binding>
+
+ <wsdl:service name="ServerIfService">
+
+ <wsdl:port binding="impl:ServerIfServiceSoapBinding" name="ServerIfService">
+
+ <wsdlsoap:address location="http://localhost:80/prizm/nbi/ServerIfService"/>
+
+ </wsdl:port>
+
+ </wsdl:service>
+
+</wsdl:definitions>