/* DataAcquisitionControl.h Generated by wsdl2h 1.2.6c from DataAcquisitionControl.wsdl and typemap.dat 2009-03-16 14:22:24 GMT Copyright (C) 2001-2005 Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL or Genivia's license for commercial use. */ /* NOTE: - Compile this file with soapcpp2 to complete the code generation process. - Use soapcpp2 option -I to specify paths for #import To build with STL, 'stlvector.h' is imported from 'import' dir in package. - Use wsdl2h options -c and -s to generate pure C code or C++ code without STL. - Use 'typemap.dat' to control schema namespace bindings and type mappings. It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings in the Namespaces section below and add the modified lines to 'typemap.dat' to rerun wsdl2h. - Use Doxygen (www.doxygen.org) to browse this file. - Use wsdl2h option -l to view the software license terms. */ /******************************************************************************\ * * * http://npg.dl.ac.uk:8015/DataAcquisitionControlServer.wsdl * * * \******************************************************************************/ //gsoapopt cw /******************************************************************************\ * * * Import * * * \******************************************************************************/ /******************************************************************************\ * * * Schema Namespaces * * * \******************************************************************************/ /* NOTE: It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings below and add the modified lines to typemap.dat to rerun wsdl2h: ns1 = "http://npg.dl.ac.uk:8015/DataAcquisitionControlServer.wsdl" ns2 = "urn:DataAcquisitionControlServer" */ //gsoap ns2 schema namespace: urn:DataAcquisitionControlServer //gsoap ns2 schema form: unqualified /******************************************************************************\ * * * Schema Types * * * \******************************************************************************/ /******************************************************************************\ * * * Services * * * \******************************************************************************/ //gsoap ns2 service name: DataAcquisitionControlServer //gsoap ns2 service type: DataAcquisitionControlServerPortType //gsoap ns2 service port: http://npg.dl.ac.uk:8015/DataAcquisitionControlServer //gsoap ns2 service namespace: urn:DataAcquisitionControlServer //gsoap ns2 service transport: http://schemas.xmlsoap.org/soap/http /** @mainpage DataAcquisitionControlServer Definitions @section DataAcquisitionControlServer_bindings Bindings - @ref DataAcquisitionControlServer */ /** @page DataAcquisitionControlServer Binding "DataAcquisitionControlServer" @section DataAcquisitionControlServer_service Service Documentation "DataAcquisitionControlServer" gSOAP 2.7.9f generated service definition @section DataAcquisitionControlServer_operations Operations of Binding "DataAcquisitionControlServer" - @ref ns2__GetState - @ref ns2__GetOption - @ref ns2__GetLastError - @ref ns2__GetInformation - @ref ns2__DoReset - @ref ns2__DoSetUp - @ref ns2__DoOption - @ref ns2__DoStop - @ref ns2__DoGo - @ref ns2__GetCounters - @ref ns2__GetRates @section DataAcquisitionControlServer_ports Endpoints of Binding "DataAcquisitionControlServer" - http://npg.dl.ac.uk:8015/DataAcquisitionControlServer */ /******************************************************************************\ * * * DataAcquisitionControlServer * * * \******************************************************************************/ /******************************************************************************\ * * * ns2__GetState * * * \******************************************************************************/ /// Operation response struct "ns2__GetStateResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetState" struct ns2__GetStateResponse { int ResponseCode; int Code; char* State; char* Reason; }; /// Operation "ns2__GetState" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetState - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetState(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: // response parameters: struct ns2__GetStateResponse* ); @endcode */ //gsoap ns2 service method-style: GetState rpc //gsoap ns2 service method-encoding: GetState http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetState "" int ns2__GetState( struct ns2__GetStateResponse * ///< response parameter ); /******************************************************************************\ * * * ns2__GetOption * * * \******************************************************************************/ /// Operation response struct "ns2__GetOptionResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetOption" struct ns2__GetOptionResponse { int ResponseCode; char* Option; }; /// Operation "ns2__GetOption" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetOption - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetOption(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: struct ns2__GetOptionResponse* ); @endcode */ //gsoap ns2 service method-style: GetOption rpc //gsoap ns2 service method-encoding: GetOption http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetOption "" int ns2__GetOption( char* Parameter, struct ns2__GetOptionResponse * ///< response parameter ); /******************************************************************************\ * * * ns2__GetLastError * * * \******************************************************************************/ /// Operation response struct "ns2__GetLastErrorResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetLastError" struct ns2__GetLastErrorResponse { int ResponseCode; int Code; char* Reason; }; /// Operation "ns2__GetLastError" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetLastError - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetLastError(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: // response parameters: struct ns2__GetLastErrorResponse* ); @endcode */ //gsoap ns2 service method-style: GetLastError rpc //gsoap ns2 service method-encoding: GetLastError http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetLastError "" int ns2__GetLastError( struct ns2__GetLastErrorResponse * ///< response parameter ); /******************************************************************************\ * * * ns2__GetInformation * * * \******************************************************************************/ /// Operation response struct "ns2__GetInformationResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetInformation" struct ns2__GetInformationResponse { int ResponseCode; char* Reason; }; /// Operation "ns2__GetInformation" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetInformation - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetInformation(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: // response parameters: struct ns2__GetInformationResponse* ); @endcode */ //gsoap ns2 service method-style: GetInformation rpc //gsoap ns2 service method-encoding: GetInformation http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetInformation "" int ns2__GetInformation( struct ns2__GetInformationResponse * ///< response parameter ); /******************************************************************************\ * * * ns2__DoReset * * * \******************************************************************************/ /// Operation "ns2__DoReset" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__DoReset - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__DoReset(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: int *ResponseCode ); @endcode */ //gsoap ns2 service method-style: DoReset rpc //gsoap ns2 service method-encoding: DoReset http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: DoReset "" int ns2__DoReset( char* Parameter, int *ResponseCode ///< response parameter ); /******************************************************************************\ * * * ns2__DoSetUp * * * \******************************************************************************/ /// Operation "ns2__DoSetUp" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__DoSetUp - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__DoSetUp(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: int *ResponseCode ); @endcode */ //gsoap ns2 service method-style: DoSetUp rpc //gsoap ns2 service method-encoding: DoSetUp http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: DoSetUp "" int ns2__DoSetUp( char* Parameter, int *ResponseCode ///< response parameter ); /******************************************************************************\ * * * ns2__DoOption * * * \******************************************************************************/ /// Operation "ns2__DoOption" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__DoOption - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__DoOption(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: int *ResponseCode ); @endcode */ //gsoap ns2 service method-style: DoOption rpc //gsoap ns2 service method-encoding: DoOption http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: DoOption "" int ns2__DoOption( char* Parameter, int *ResponseCode ///< response parameter ); /******************************************************************************\ * * * ns2__DoStop * * * \******************************************************************************/ /// Operation "ns2__DoStop" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__DoStop - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__DoStop(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: int *ResponseCode ); @endcode */ //gsoap ns2 service method-style: DoStop rpc //gsoap ns2 service method-encoding: DoStop http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: DoStop "" int ns2__DoStop( char* Parameter, int *ResponseCode ///< response parameter ); /******************************************************************************\ * * * ns2__DoGo * * * \******************************************************************************/ /// Operation "ns2__DoGo" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__DoGo - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__DoGo(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: char* Parameter, // response parameters: int *ResponseCode ); @endcode */ //gsoap ns2 service method-style: DoGo rpc //gsoap ns2 service method-encoding: DoGo http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: DoGo "" int ns2__DoGo( char* Parameter, int *ResponseCode ///< response parameter ); /******************************************************************************\ * * * ns2__GetCounters * * * \******************************************************************************/ /// Operation response struct "ns2__GetCountersResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetCounters" struct ns2__GetCountersResponse { int ResponseCode; char* Counters; }; /// Operation "ns2__GetCounters" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetCounters - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetCounters(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: // response parameters: struct ns2__GetCountersResponse* ); @endcode */ //gsoap ns2 service method-style: GetCounters rpc //gsoap ns2 service method-encoding: GetCounters http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetCounters "" int ns2__GetCounters( struct ns2__GetCountersResponse * ///< response parameter ); /******************************************************************************\ * * * ns2__GetRates * * * \******************************************************************************/ /// Operation response struct "ns2__GetRatesResponse" of service binding "DataAcquisitionControlServer" operation "ns2__GetRates" struct ns2__GetRatesResponse { int ResponseCode; char* Rates; }; /// Operation "ns2__GetRates" of service binding "DataAcquisitionControlServer" /** Operation details: Service definition of function ns__GetRates - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" C stub function (defined in soapClient.c[pp]): @code int soap_call_ns2__GetRates(struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: // response parameters: struct ns2__GetRatesResponse* ); @endcode */ //gsoap ns2 service method-style: GetRates rpc //gsoap ns2 service method-encoding: GetRates http://schemas.xmlsoap.org/soap/encoding/ //gsoap ns2 service method-action: GetRates "" int ns2__GetRates( struct ns2__GetRatesResponse * ///< response parameter ); /* End of DataAcquisitionControl.h */