summaryrefslogtreecommitdiff
path: root/lib/Net/Prizm/wsdls/ServerIfService.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/Prizm/wsdls/ServerIfService.wsdl')
-rw-r--r--lib/Net/Prizm/wsdls/ServerIfService.wsdl285
1 files changed, 285 insertions, 0 deletions
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>