diff options
author | xue <> | 2007-01-01 17:09:55 +0000 |
---|---|---|
committer | xue <> | 2007-01-01 17:09:55 +0000 |
commit | fac69c59fab801bdc793cd500492f23d69427c33 (patch) | |
tree | c5462df88304cd7433e355815eec302187c15e62 /framework/Exceptions/messages.txt | |
parent | 279aa3bb883563d26ce316563ee3ef083f9905da (diff) |
added TSoapService and TSoapServer.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index d176b5f7..28b0b1e7 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -365,4 +365,11 @@ dbdatareader_rewind_invalid = TDbDataReader is a forward-only stream. It can dbtransaction_transaction_inactive = TDbTransaction is inactive.
directorycachedependency_directory_invalid = TDirectoryCacheDependency.Directory {0} does not refer to a valid directory.
-cachedependencylist_cachedependency_required = Only objects implementing ICacheDependency can be added into TCacheDependencyList.
\ No newline at end of file +cachedependencylist_cachedependency_required = Only objects implementing ICacheDependency can be added into TCacheDependencyList.
+
+soapservice_configfile_invalid = TSoapService.ConfigFile '{0}' does not exist. Note, it has to be specified in a namespace format and the file extension must be '.xml'.
+soapservice_request_invalid = SOAP server '{0}' not found.
+soapservice_serverid_required = <soap> element must have 'id' attribute.
+soapservice_serverid_duplicated = SOAP server ID '{0}' is duplicated.
+soapserver_id_invalid = Invalid SOAP server ID '{0}'. It should not end with '.wsdl'.
+soapserver_version_invalid = Invalid SOAP version '{0}'. It must be either '1.1' or '1.2'.
\ No newline at end of file |