📄 mssoapr.rc
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are not authorized to use this source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the SOURCE.RTF on your install media or the root of your tools installation.
// THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
//
//+---------------------------------------------------------------------------------
//
// File:
// mssoapr.rc
//
// Contents:
//
// Main resource file
//
//----------------------------------------------------------------------------------
// Includes ------------------------------------------------------------------
#include <windows.h>
#include "soapver.h"
// Version -------------------------------------------------------------------
// Add the appropriate entries to the following tables for a new language
#define USENGLISH_ANSI "040904E4" // String of 0x0409 and 1252
#define USENGLISH_TRANS 0x0409, 1252 // 0x0409 and 1252
// Replace the USENGLISH with the correct language
#define LANGUAGE_ANSI USENGLISH_ANSI
#define LANGUAGE_TRANS USENGLISH_TRANS
#ifdef VER_PRODUCTNAME_STR
#undef VER_PRODUCTNAME_STR
#define VER_PRODUCTNAME_STR "Microsoft Soap "
#endif
// Localize: file description
#define VER_FILEDESC_STR "Microsoft Soap Resource DLL\0"
#define VER_NAME_STR "MSSOAPR\0"
#define VER_FILENAME_STR "MSSOAPR.DLL"
// Version -------------------------------------------------------------------
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_PRODUCTVERSION
FILEFLAGSMASK VER_FILEFLAGSMASK
FILEFLAGS VER_FILEFLAGS
FILEOS VER_FILEOS
FILETYPE VFT_DLL
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK LANGUAGE_ANSI
BEGIN
VALUE "CompanyName", VER_COMPANYNAME_STR
VALUE "FileDescription", VER_FILEDESC_STR
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", VER_NAME_STR
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
VALUE "OriginalFilename", VER_FILENAME_STR
VALUE "ProductName", VER_PRODUCTNAME_STR
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
VALUE "OLESelfRegister", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", LANGUAGE_TRANS
END
END
#include "rcsoap.h"
// String table for localized strings
STRINGTABLE DISCARDABLE
BEGIN
SOAP_IDS_SERVER_ERR "Unspecified Server error."
SOAP_IDS_CLIENT_ERR "Unspecified client error."
SOAP_IDS_MUSTUNDERSTAND_ERR "An element with a MustUnderstand attribute was not understood."
SOAP_IDS_VERSIONMISM "The Soap processor found an invalid namespace for the SOAP Envelope element."
SOAP_IDS_UNSPECIFIED_ERR "An unanticipated error occurred during the processing of this request."
SOAP_IDS_OUTOFMEMORY "There is not enough memory to service this request."
SOAP_IDS_INVALID_PARAM "One of the parameters supplied is invalid."
SOAP_IDS_INVALID_PARAM_ARG "Parameter %1!d! has an invalid value."
SOAP_CLIENT_NOT_INITED "Soap client is not initialized."
SOAP_UNKNOWN_PROPERTY "This property name is not recognized"
CLIENT_IDS_DISPGETPARAMFAILED "Type conversion failure for element %1 "
SOAP_IDS_SERVER_COULDNOTLOADREQUEST "Loading the Soap message into MSXML failed with an MSXML error."
SOAP_IDS_SENDMESSAGEFAILED "Sending the Soap message failed or no recognizable response was received"
SOAP_IDS_READMESSAGEFAILED "Receiving the Soap response failed"
SOAP_IDS_SERVER_NOTINITIALIZED "The Soap server is not initialized"
SOAP_IDS_COULDNOTFINDSERVICE "The requested service %1 could not be found in the WSDL file"
SOAP_IDS_COULDNOTFINDPORT "The requested port %1 could not be found in the WSDL file"
SOAP_IDS_NODEFAULTSERVICE "The WSDL file does not contain a default service"
SOAP_IDS_NODEFAULTPORT "The WSDL file does not contain a default port"
SOAP_CLIENT_ALREADY_INITED " Soap client is already initialized."
CLIENT_IDS_ARRAYRESULTBYREF "Can't map array into BYREF parameter or function result"
SOAP_IDS_COULDNOTCREATECONNECTOR "The connector could not be created. There might be an invalid endPoint specified in the WSDL file"
SOAP_IDS_COULDNOTCREATESERIALIZER "The SoapSerializer object could not be created."
CLIENT_IDS_INSUFFICIENTPARAMETERINMESSAGE "Insufficient number of output parameters in SOAP response"
CLIENT_IDS_UNKNOWNPARAMETERINMESSAGE "Unexpected output parameter in SOAP answer"
CLIENT_IDS_INCORRECTNUMBEROFPARAMETERS "Incorrect number of parameters supplied for SOAP request"
CLIENT_IDS_HEADERNOTUNDERSTOOD "The incoming SOAP response contained a header that could not be processed"
SOAP_CONN_AMBIGUOUS "Connector - Ambiguous server error."
SOAP_CONN_BAD_REQUEST "Connector - Bad request to the server."
SOAP_CONN_ACCESS_DENIED "Connector - Access denied."
SOAP_CONN_FORBIDDEN "Connector - Forbidden."
SOAP_CONN_NOT_FOUND "Connector - Resource not found on the server."
SOAP_CONN_BAD_METHOD "Connector - Invalid Http method."
SOAP_CONN_REQ_TIMEOUT "Connector - Request timeout."
SOAP_CONN_CONFLICT "Connector - Conflict of server resources."
SOAP_CONN_GONE "Connector - Gone."
SOAP_CONN_TOO_LARGE "Connector - Request too large."
SOAP_CONN_ADDRESS "Connector - Bad server address."
SOAP_CONN_SERVER_ERROR "Connector - Unspecified server error."
SOAP_CONN_SRV_NOT_SUPPORTED "Connector - Feature not supported by the server."
SOAP_CONN_BAD_GATEWAY "Connector - Bad Gateway."
SOAP_CONN_NOT_AVAILABLE "Connector - Server overloaded."
SOAP_CONN_SRV_TIMEOUT "Connector - Server timeout."
SOAP_CONN_VER_NOT_SUPPORTED "Connector - Version not supported."
SOAP_CONN_BAD_CONTENT "Connector - Server returned contenttype other than text/xml "
SOAP_CONN_CONNECTION_ERROR "Connection failure."
SOAP_CONN_BAD_CERTIFICATE_NAME "Invalid client certificate name."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -