It also does the reverse transformation from the service response message format to the format of the originating request.
中介模块还执行从服务响应消息格式到原始请求格式的逆向转换。
The returned result is transformed into the appropriate service response message, which is then returned to the consumer, as shown in Figure 6.
返回的结果被转换为适当的服务响应消息,然后将该消息返回给使用者,如图6所示。
For example, what destination do we use when we create the inbound service, and where (at what destination) do we transform the response message?
例如,我们在创建入站服务时使用哪一个目的地,以及我们在哪(在哪个目的地)转换响应消息?
An invoke will call another WSDL service and collect the response message in a process variable.
调用活动会调用另一个WSDL服务并将响应消息收集到一个过程变量里。
As part of the execution, the service implementation creates a response attachment container and adds it to the SOAP message context.
作为执行的一部分,服务实现创建了响应附件容器,并将其添加到SOAP消息上下文中。
The service receives the message, processes it and sends the response back.
服务接收到该消息,对其进行处理,并发送回响应。
The authentication service make a response message to the client containing the TGT, a copy of TGT session key and other information.
身份验证服务向客户端发出一条响应消息,其中包含TGT、TGT会话密钥的一个副本和其他信息。
In the notification pattern, the endpoint playing the role of a client that sends a message to a service endpoint expects no response back from the service endpoint.
在通知模式下,扮演将消息发送到服务端点的客户端的角色的端点并不期望从该服务端点返回响应。
Listing 3 illustrates what the Simple Object Access Protocol (SOAP) response message looks like when using the service interface definition in Listing 2.
清单3演示了当使用清单2中的服务接口定义时,简单对象访问协议(SOAP)响应消息的格式。
The service passes a response -- if there is one -- back to the client via another asynchronous message.
服务将通过两个异步消息向客户机传递回响应(如果有响应)。
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.
这种情况下的交互是同步的,服务请求者发送请求消息,并阻止所有消息,直到收到相应的响应消息为止。
The called service does its work and, when it is done, it fires a response message back to the client.
被调用服务开始它的工作,当工作完成了,它再给客户端发回一个响应消息。
A service designer must decide on the granularity of service contracts in terms of operation signatures for request and response message parameters.
服务设计者必须根据操作签名中的请求和响应消息参数来决定服务契约的粒度。
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.
同步交互的一个典型例子是由某个服务发送给另一个服务的订阅请求,发出请求的服务必须在收到成功的响应消息之后才能继续。
For example, in our scenario, the service would decide which WS-RM sequence to use for each response message.
例如,在我们的场景中,服务将决定为每个响应消息使用哪个WS - RM序列。
In synchronous invoke, the client sends a message to the service and waits for the response.
在同步调用中,客户机将消息发送给服务,并等待响应。
It actively changes the routing path of the request message and sends cached response messages back to the service consumer.
它将主动更改请求消息的路由路径,将缓存的响应消息发送回服务使用者。
In this caching scenario, when the cache mediation finds a response to a service request in the cache, it will return the cached response directly to the message requester.
在此缓存方案中,当缓存中介在缓存中发现服务请求的响应时,会将所缓存的响应直接返回给消息请求者。
If a matching response is found, the cache request mediation returns the response message to the service consumer immediately.
如果找到匹配响应,缓存请求中介则将该响应消息立即返回给服务使用者。
The client software on the customer side will send the request message and then blocks until the response message for that service invocation is received.
在客户侧,客户端软件发出一条请求消息后就会被阻塞,直到收到该服务调用的响应消息。
When the service provider returns the response message and the messaging middleware routes the response to the service consumer, the cache response mediation is invoked.
当服务提供者返回响应消息且消息传递中间件将响应路由到服务使用者时,将调用缓存响应中介。
The service requestor dispatches the request message and subsequently polls the service for the response, or a callback is dispatched to the requestor.
服务请求者发出请求消息,并随后向服务轮询响应,或者向请求者发出回调。
The service then parses the message and sends back a response, also in XML format.
然后服务解析消息,回送响应,同样以XML格式。
When a timeout occurs during the processing of a service request or response message, it is considered an exception and some measure must be taken to deal with the exception.
在处理服务请求或相应消息的过程中出现超时的时候,超时将被视为异常,必须采取某些措施来处理异常。
It provides information about the message handler programs that act on a service request and on the response.
它提供作为服务请求和响应的消息处理程序的信息。
The proxy classes do all the work to locate your Web service, send the request message, and return the response (the stock price) to you.
代理类会为您完成定位Web服务、发送请求消息以及向您返回响应(股票价格)等全部工作。
In a one-way pattern the endpoint (the web service) receives a message from a client that needs no response.
在单向模式中,端点(Web服务)从客户机接收一个不需要进行响应的消息。
The authentication service constructs the response message containing the PSTkt and a copy of the new session key.
身份验证服务构造一条响应消息,其中包含PSTkt和新会话密钥的一个副本。
Create a UI in which the response from the web service is displayed as a text message.
创建一个UI,来自web服务的响应将在此UI中显示为文本消息。
You'll create a UI in which the response from the web service is displayed as a text message.
您将创建一个UI,其中将以文本消息的形式显示来自Web服务的响应。
应用推荐