Glossary entry (derived from question below)
Oct 3, 2004 00:09
20 yrs ago
English英语 term
SOAP calls
English英语译成Chinese汉语
技术/工程设计
电脑:系统、网络
More germane is the relative weight of XML transactions when compared with binary ones. The effort it takes for a system such as a Java application server to serialize and deserialize SOAP calls into internal objects is estimated to be 10 times higher than that required for native approaches such as Remote Method Invocation.
请求?调用?
请求?调用?
Proposed translations
(Chinese汉语)
4 | SOAP调用 |
Mark Xiang
![]() |
3 +1 | FYI: SOAP = Simple Object Access Protocol |
chica nueva
![]() |
Proposed translations
2小时
Selected
SOAP调用
Pay attention to "into"
--------------------------------------------------
Note added at 4 hrs 35 mins (2004-10-03 04:44:18 GMT)
--------------------------------------------------
As we know, SOAP is a call-response mechanism, which operates in a client-server paradigm. The client (your application) makes a call to the server (a web server, somewhere on the internet), passing in parameters; and the server provides a response. Both call and response are transported in the form of XML documents. Therefore, to build our own example SOAP system, we need both a client and a server—a caller and a responder
http://www.devx.com/vb2themax/Article/19880
“请求”就是“调用”,但说请求人家可能看不懂。
--------------------------------------------------
Note added at 6 hrs 53 mins (2004-10-03 07:03:05 GMT)
--------------------------------------------------
DCOM 和CORBA/IIOP都依赖于周密管理的环境。两个任意的计算机使得DCOM或IIOP 在环境之外被成功调用(calls out of the box)的几率是很低的。
http://www.kupage.com/webdesign/8/20031030/1648370000027qyxz...
calls[简明英汉词典]
n.
调用
--------------------------------------------------
Note added at 4 hrs 35 mins (2004-10-03 04:44:18 GMT)
--------------------------------------------------
As we know, SOAP is a call-response mechanism, which operates in a client-server paradigm. The client (your application) makes a call to the server (a web server, somewhere on the internet), passing in parameters; and the server provides a response. Both call and response are transported in the form of XML documents. Therefore, to build our own example SOAP system, we need both a client and a server—a caller and a responder
http://www.devx.com/vb2themax/Article/19880
“请求”就是“调用”,但说请求人家可能看不懂。
--------------------------------------------------
Note added at 6 hrs 53 mins (2004-10-03 07:03:05 GMT)
--------------------------------------------------
DCOM 和CORBA/IIOP都依赖于周密管理的环境。两个任意的计算机使得DCOM或IIOP 在环境之外被成功调用(calls out of the box)的几率是很低的。
http://www.kupage.com/webdesign/8/20031030/1648370000027qyxz...
calls[简明英汉词典]
n.
调用
2 KudoZ points awarded for this answer.
Comment: "谢谢!"
+1
3小时
FYI: SOAP = Simple Object Access Protocol
Simple Object Access Protocol: A Step-By-Step Approach... As we know, SOAP is a call-response mechanism, which operates in a client-server paradigm. ... Now that we have sent our request, we move to the server, to see how we set up a SOAP service to listen and respond to our calls. ...
www.devx.com/vb2themax/Article/19880 - 76k - Cached - Similar pages
www.devx.com/vb2themax/Article/19880 - 76k - Cached - Similar pages
Peer comment(s):
agree |
Wenjer Leuschel (X)
: A negromancist calls "on" ghosts. An application calls "into" objects in a server.
1天 3小时
|
Discussion