This is typically used for synchronous request-response message exchanges.
这通常用于同步请求-响应消息交换。
When you think about implementing Web services with SOAP, you probably have synchronous request-response-style operations in mind.
当您希望通过SOAP实现Web服务时,您脑子里想到的很可能就是请求响应模式的同步操作。
Basic callback - The basic callback scenario combines two synchronous request-response scenarios to enable asynchronous processing.
基本回调——基本回调场景由两个同步请求?响应场景组成,以便能够进行异步处理。
RPC-style Web services use the same synchronous request-response pattern that is typically seen in OO-style object method invocations.
RPC 样式的Web服务使用了在 OO 样式的对象方法调用中常见的同步请求-响应模式。
How can cases be handled that do not fit neatly into to the synchronous request-response pattern typically exposed by the object-oriented method pattern?
在出现不完全符合由面向对象的方法模式所公开的典型同步请求-响应模式的情况时,如何处理?
In this synchronous request-response invocation, the local time equals the response time minus downstream time, so you can draw a picture of the local time (see Figure 11).
在这个同步请求-响应调用中,本地时间等于响应时间减去下游时间,因此您可以绘制出本地时间的图形(请参见图11)。
The previous discussion Outlines two basic rules invocation styles (synchronous request-response style and asynchronous event-handling style) and distinguishes stateless versus stateful processing.
前面的讨论中给出了两个基本规则调用样式(同步请求-响应样式和异步事件处理样式)并对无状态处理和有状态处理进行了区分。
The interaction in this case was synchronous; the service requester sends a request message and blocks all messages until the appropriate response message is received.
这种情况下的交互是同步的,服务请求者发送请求消息,并阻止所有消息,直到收到相应的响应消息为止。
Whether the invocation style is synchronous request response or asynchronous message based.
调用样式是同步请求响应还是基于异步消息。
In other words, it USES the synchronous service in an asynchronous way, decoupling the sending of the request from the retrieval of the response.
换句话说,它以异步方式使用同步服务,从而将请求的发送与响应的检索分离开来。
The Mediator sends a synchronous request to the System Interface of the original requesting System in which the business response (to the original request) is provided.
中介将同步请求发送给原始系统的系统接口,在其中提供了(对原始请求的)业务响应。
Synchronous - Client issues a request and waits for the response.
同步——客户机发出请求,并等待响应。
Synchronous – The consumer uses a single thread to invoke the service; the thread sends the request, blocks while the service is running, and waits for the response.
同步——使用者通过单个线程调用服务;该线程发送请求,在服务运行时阻塞,并且等待响应。
As illustrated in Listing 5, the activity is used to specify a synchronous response to the request corresponding to a activity.
如清单5所示,活动被用来指定对相应的活动的请求的同步响应。
A typical example of a synchronous interaction would be a subscription request from one service to another, where the requesting service required a successful response message before proceeding.
同步交互的一个典型例子是由某个服务发送给另一个服务的订阅请求,发出请求的服务必须在收到成功的响应消息之后才能继续。
Next, we will cover a synchronous interaction between service requester and provider through a "request-response" operation (meaning that there is a response for every request).
接下来,我们将通过“请求-响应”操作(即每个请求有一个响应)介绍服务请求程序和提供程序之间的同步交互。
In this scenario, all the invocations are synchronous invocation (request-response operation) over synchronous implementation.
在此场景中,所有调用都是通过同步实现来进行的同步调用(请求-响应操作)。
If each is a web service call, then by definition, each is a synchronous web service invocation consisting of a request and a response.
如果每一个方法都是一个Web服务,那么根据定义,其中的每一个都是包含了请求和响应的同步web服务。
Support a variety of interaction styles, such as synchronous request/response, messaging, publish/subscribe, and events
支持多种交互方式,例如同步请求/响应、消息传递、发布/订阅以及事件
However, it's assumed that the request/reply operations are synchronous such that the flows for the reply messages use the native transport reply mechanism (for example, an HTTP Response operation).
但是,假设请求/答复操作是同步的,那么答复消息流将使用本机传输答复机制(例如,HTTP 响应(HTTPResponse)操作)。
Web services perform synchronous operations by default. This means that a service requester sends a request and waits until a response is received from the service provider.
在缺省情况下,Web服务执行同步操作,这意味着服务请求者发送一个请求,然后等待,直到接收到来自服务提供者的响应为止。
Using the values from above, the InvocationPatternComp acts as the client and invokes the ErrorComp using a synchronous invocation pattern via the request/response operation.
InvocationPatternComp 通过使用上面的值充当客户端,并使用同步调用模式通过请求/响应操作来调用ErrorComp。
For example, we can define wires to be synchronous or asynchronous, operations to be one way or request-response, or we can define the transactional behavior between components.
例如,我们可以将网络定义为同步或异步,将操作定义为单向或请求-响应,我们也可以定义组件之间的事务行为。
Normally there is a request followed by a synchronous response.
通常情况下,总是先有一个请求,后有同步的响应。
For example, we can define wires to be synchronous or asynchronous, operations to be one-way or request-response, or we can define the transactional behavior between components.
例如,可以将连接机制定义为同步或异步的,操作可以为单向的或为请求-响应型,或者可以定义组件间的事务处理行为。
The additional information need to correlate request and response in the HTTPR asynchronous (or pseudo-synchronous) environment is put into the HTTPR message context header.
需要将httpr异步(或伪同步)环境中的请求与响应关联起来的附加信息被放进了HTTPR消息上下文头中。
Use a synchronous protocol with a request-response interaction pattern, and define faults that are understandable by the end user.
使用采用请求-响应交互模式的同步协议,并定义最终用户可理解的错误。
Request-response style -- synchronous invocation by client services.
请求-响应样式——由客户机服务进行同步调用。
Since our scenario called for a form-based application (Microsoft Word) to take part in a request/response handshake, the communication between the initiator and the provider needed to be synchronous.
因为我们的情景需要基于表单的应用程序(MicrosoftWord)参与请求/响应握手,所以启动者与提供者之间的通信必须是同步的。
In simple scenarios that require a response, a service receives a request on a synchronous inbound endpoint, processes the request, and then sends it back to the caller as a reply.
在简单的Request - Response场景中,服务在一个同步的入口端点上接收请求,并处理该请求,然后将它作为回复发送给调用者。
应用推荐