QubeWS
Qube Webservice
The following operations are supported. For a formal definition, please review the Service Description.
-
ClearDebugFilters
Clear Debug Filters -
CloseReport
Close the current report. -
DebugAddMessage
Add a message to the ECS debug file. -
DebugBegin
Begin ECS debugging. -
DebugEnd
Stop ECS debugging. -
GetAssemblyInfo
Get Assembly Information -
GetEmsFileDescription
Get XML description of the configured EMS file -
GetEmsGroups
DEPRECATED - Get Group names from the configured EMS file -
Login
MessageName="Login-Overload-1"
Login using details from config file. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-1a"
Login using details from config file. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-2"
Login using passed username and password and Group and Application details from config file. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-2a"
Login using passed username and password and Group and Application details from config file. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-3"
Login just passed parameters. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-3a"
Login just passed parameters. Requires a unique ID for the session. -
Login
MessageName="Login-Overload-4"
Login to the ECS System using XML connection data -
Logout
Log out of the ECS System -
Logout
MessageName="Logout-Remove-Temp-User-Dir"
Log out of the ECS System and delete User's temporary directory -
Process
MessageName="Overload-2"
DEPRECATED - Call a Single Use Qube Business Process using supplied login values. -
Process
MessageName="Overload-3"
DEPRECATED - Call a Single Use Qube Business Process using supplied login values. -
QubeBatchProcess
Call Qube Batch Business Process using existing session. -
QubeProcess
MessageName="QubeProcess-1i"
Call Qube Business Process using existing session. -
QubeProcess
MessageName="QubeProcess-1ia"
Call Qube Business Process using existing session. -
QubeProcess
MessageName="QubeProcess-3"
Call a Single Use Qube Business Process using supplied login values. -
QubeProcess
MessageName="QubeProcess-3a"
Call a Single Use Qube Business Process using supplied login values. -
RegisterExe
DEPRECATED - Register Exe -
SetDebugFilters
Set Debug Filters
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration> <system.web> <webServices> <conformanceWarnings> <remove name='BasicProfile1_1'/> </conformanceWarnings> </webServices> </system.web> </configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Login' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Logout' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'QubeProcess' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'QubeProcess' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'QubeProcess' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
- Operation 'Process' on portType 'QubeWSSoap' from namespace 'http://qube.qubeglobal.com/ns/webservice/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.