replyto
-
Then the client receives the response via the replyTo path put in the request message .
然后客户机将通过请求消息中放置的replyTo路径接收响应。
-
Any response message will be sent on a new connection to the wsa : ReplyTo EPR .
任何响应消息都将在新连接上发送到wsa:ReplyToEPR。
-
Note that a regular JMS application would read the name of the response queue from the ReplyTo field in the request message .
(请注意,常规JMS应用程序将从请求消息中的ReplyTo字段中读取响应队列的名称)。
-
Additionally , it specifies when it is appropriate to include a wsa : ReplyTo SOAP header block .
另外,概要指定何时适合包含wsa:ReplyToSOAP头代码块。
-
The service initiates a separate HTTP channel on the ReplyTo EPR value provided by the client to send the response back to the client .
服务在客户机提供的ReplyToEPR值上发起一个单独的HTTP通道,将响应发送回客户机。
-
Take the case of a request message flowing on a HTTP request flow whose wsa : ReplyTo is set to an addressable endpoint .
以HTTP请求流上的请求消息为例,该消息的wsa:ReplyTo设置为了可寻址的端点。
-
An additional requirement has been added that clarifies the expectations in the context of a request message with a wsa : ReplyTo .
另外,添加了一个额外的要求,阐明在带有wsa:ReplyTo的请求消息的上下文中的期望值。
-
When the client sends a request to an asynchronous web service , it must also mention a valid replyTo endpoint for the server to send the response back .
当客户机向异步Web服务发送请求时,它还必须提到一个有效的replyTo端点,以便服务器发回响应。
-
This is done by specifying the URI of the mailbox in the EPR provided to the service ( for example , in the wsa : ReplyTo ) .
这是通过在向服务提供(例如,在wsa:ReplyTo中)的EPR中指定邮箱的URI来完成的。
-
In this invocation model , the client uses WS-Addressing to indicate to the service the ReplyTo endpoint reference ( EPR ) value to be used by the service when responding to the client 's request .
在这个调用模型中,客户机使用WS-Addressing来向服务表明服务在响应客户机请求时应使用的ReplyTo端点引用(EPR)值。
-
Under normal WS-Addressing request-response processing rules , the request message in a request-response message exchange should contain a wsa : ReplyTo EPR ( or it defaults to " anonymous ") .
根据通常的WS-Addressing请求-响应处理规则,请求-响应消息交换中的请求消息应该包含wsa:ReplyToEPR(或缺省设置为“anonymous”)。