OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
bin_ws
/
axis_home
/
services
/
cubotsvc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/03/2023 07:34:17 AM
rwxr-xr-x
📄
cubotsvc.wsdl
22.03 KB
02/03/2023 07:34:17 AM
rw-r--r--
📄
cubotsvc_upload.wsdl
6.04 KB
02/03/2023 07:34:17 AM
rw-r--r--
📄
libcubotsvc.so
129.52 KB
02/03/2023 07:34:17 AM
rwxr-xr-x
📄
services.xml
8.04 KB
02/03/2023 07:34:17 AM
rw-r--r--
Editing: cubotsvc_upload.wsdl
Close
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:operationtypes="http://www.robustdesigns.com/frontoffice/documentproduction/operationtypes" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:rd="http://www.robustdesigns.com/services/cubotsvc" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CubotServicesWSDL" targetNamespace="http://www.robustdesigns.com/services/cubotsvc" > <!-- Types : START --> <wsdl:types> <xsd:schema targetNamespace="http://www.robustdesigns.com/services/cubotsvc"> <!-- Types for doProcessEvent Service : START --> <xsd:element name="doProcessEvent"> <xsd:complexType> <xsd:sequence> <xsd:element name="sessionId" type="xsd:string"> </xsd:element> <xsd:element name="eventId" type="xsd:string"> </xsd:element> <xsd:element name="action" type="xsd:string"> </xsd:element> <xsd:element name="params" type="xsd:string"> </xsd:element> <xsd:element name="signature" type="xsd:string"> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="doProcessEventResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="status" type="xsd:string"> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Types for doProcessEvent Service : END --> <!-- Types for doUploadAttachment Service : START --> <xsd:element name="doUploadAttachment"> <xsd:complexType> <xsd:sequence> <xsd:element name="sessionId" type="xsd:string"> </xsd:element> <xsd:element name="storeMaskId" type="xsd:string"> </xsd:element> <xsd:element name="isRawData" type="xsd:string"> </xsd:element> <xsd:element name="fileName" type="xsd:string"> </xsd:element> <xsd:element name="payLoad" type="xsd:string"> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="doUploadAttachmentResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="sessionId" type="xsd:string"> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Types for doUploadAttachment Service : END --> </xsd:schema> </wsdl:types> <!-- Types : END --> <!-- ******************************************************************************** --> <!-- Messages : START --> <!-- Messages for doProcessEvent Service : START --> <wsdl:message name="doProcessEventResponse"> <wsdl:part name="parameters" element="rd:doProcessEventResponse"/> </wsdl:message> <wsdl:message name="doProcessEventRequest"> <wsdl:part name="parameters" element="rd:doProcessEvent"/> </wsdl:message> <!-- Messages for doProcessEvent Service : END --> <!-- Messages for doUploadAttachment Service : START --> <wsdl:message name="doUploadAttachmentResponse"> <wsdl:part name="parameters" element="rd:doUploadAttachmentResponse"/> </wsdl:message> <wsdl:message name="doUploadAttachmentRequest"> <wsdl:part name="parameters" element="rd:doUploadAttachment"/> </wsdl:message> <!-- Messages for doUploadAttachment Service : END --> <!-- Messages : END --> <!-- ******************************************************************************** --> <!-- PortType : START --> <wsdl:portType name="CubotServicesWSDL"> <!-- PortType Operation = doProcessEvent Service : START --> <wsdl:operation name="doProcessEvent"> <wsdl:input message="rd:doProcessEventRequest" name="doProcessEventRequest"/> <wsdl:output message="rd:doProcessEventResponse" name="doProcessEventResponse"/> </wsdl:operation> <!-- PortType Operation = doProcessEvent Service : END --> <!-- PortType Operation = doUploadAttachment Service : START --> <wsdl:operation name="doUploadAttachment"> <wsdl:input message="rd:doUploadAttachmentRequest" name="doUploadAttachmentRequest"/> <wsdl:output message="rd:doUploadAttachmentResponse" name="doUploadAttachmentResponse"/> </wsdl:operation> <!-- PortType Operation = doUploadAttachment Service : END --> </wsdl:portType> <!-- PortType : END --> <!-- ******************************************************************************** --> <!-- Service Binding : START --> <wsdl:binding name="CubotServicesBinding" type="rd:CubotServicesWSDL"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <!-- Service Binding for doProcessEvent : START --> <wsdl:operation name="doProcessEvent"> <soap:operation soapAction="cubotsvc#doProcessEvent"/> <wsdl:input name="doProcessEventRequest"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="doProcessEventResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <!-- Service Binding for doProcessEvent : END --> <http:binding verb="POST" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="doUploadAttachment"> <http:operation location="cubotsvc/doUploadAttachment"/> <wsdl:input> <mime:content type="text/xml" part="doUploadAttachment"/> </wsdl:input> <wsdl:output> <mime:content type="text/xml" part="doUploadAttachment"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <!-- Service Binding : END --> <!-- ******************************************************************************** --> <!-- Service End Points : START --> <wsdl:service name="cubotservice"> <wsdl:port name="CubotSoapServices" binding="rd:CubotServicesBinding"> <soap:address location="http://localhost/axis2/rx/cubotsvc"/> </wsdl:port> <wsdl:port name="CubotServicesHttpport" binding="operationtypes:CubotServicesHttpBinding"> <http:address location="http://localhost/axis2/rx/cubotsvc"/> </wsdl:port> </wsdl:service> <!-- Service End Points : END --> </wsdl:definitions>