The Warehouse Callback Service is defined in the Manufacturer.wsdl file (see Resources).
仓库回调服务被定义在Manufacturer . wsdl文件中(请参阅参考资料)。
Callback service provides asynchronous communication from a service provider back to its client.
回调服务提供从服务提供者回到其客户机的异步通信。
The Warehouse Callback Service is actually defined as part of the Manufacturing System, but it is implemented by the Retail System.
仓库回调服务实际上被定义为制造系统的一部分,但它由零售商系统来实现。
A process can get back to the caller either through a Reply activity, or through an Invoke activity wired to the appropriate callback service.
流程可以通过Reply活动或者与合适的回调服务相连的调用活动来返回调用方。
Long-running (receive with callback) indicates an interruptible process that communicates back to the caller by invoking a callback service.
Long - running (receivewithcallback)表明该流程为通过调用回叫服务与调用者通信的可中断性流程。
In this case, however, you have already modeled the IOrderManagement and callback service specifications, so you can delete the two that are created by the pattern.
然而,在这种情况下,您已经对IOrderManagement和回调服务规范建模了,因此您可以删除模式所创建的这两个内容。
This approach relies on the remote service accepting a callback function name as a request parameter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
You set up the event handler to accept the callback from the service.
可以设置事件处理程序来接收来自服务的回调。
This code includes a callback function when your service responds successfully to your asynchronous request.
代码中包含服务成功响应异步请求时调用的回调函数。
The service Invoke primitive has a property that, when specified, prevents the mediation flow component from using the asynchronous with callback style for the service invocation.
服务调用原语具有一个属性,在指定该属性时,可以防止中介流组件对服务调用使用带有回调的异步调用样式。
In your model, a service not only identifies the provided interface, but may also identify required interfaces (such as callback interfaces).
在你的模型中,服务不仅识别提供的接口,而且识别需要的接口(例如回调接口)。
This is a simple version of a service for placing an order for some widgets, where the service is asynchronous and the client is informed of progress via a callback interface.
这是一个对某些物品下订单的服务的简单版本,其中服务是异步的,通过一个回调接口通知客户端进度信息。
It's therefore not possible for the mediation flow component to invoke a service using asynchronous with callback.
因此,中介流组件不可能使用带有回调的异步调用调用服务。
For example, an error handling method can be implemented in a callback base class so that it can be used by all callbacks to ensure all remote service exceptions will be handled consistently.
例如,可以在回调基类中实现错误处理方法,让所有回调都可以使用它,从而确保以一致的方式处理所有远程服务异常。
The service requestor dispatches the request message and subsequently polls the service for the response, or a callback is dispatched to the requestor.
服务请求者发出请求消息,并随后向服务轮询响应,或者向请求者发出回调。
Moreover, you can also specify a callback function if you request JSON data from the service.
此外,如果您向服务请求JSON数据,还可指定回调函数。
The code for the client and for the service looks like it USES some piece of magic, with the references for the service and for the callback arriving through injection from the SCA runtime.
客户端代码和服务代码看起来就像使用了某些魔法,通过来自SCA运行时注入得到了服务和传入的回调的引用。
This callback, apart from retrieving the authentication service ticket from the user's credential cache, also interacts with PLAM in the client's runtime to fetch the PAC identifier.
这个回调也会与PLAM在客户机的运行库中进行交互,从而获取PAC标识符;这与从用户的信任证书缓存中获取认证服务令牌不同。
The primary purpose of the callback function is to allow you to handle all the challenges thrown your way by the PAM service.
这个回调函数的主要用途是处理PAM服务抛出的所有询问。
The handle (Callback ) method is invoked each time a service request occurs.
每次发生服务请求时将会调用Handle (Callback)方法。
This callback will be called when the service replies with the edited.
这个回调函数将会在服务返回编辑好的照片数据时候调用。
A client invokes a service (providing a callback reference), then continues further processing.
客户端调用一个服务(提供一个回调引用),然后继续后续处理。
The container invokes this callback handler when it receives a Web service response from the request sent earlier.
当容器从此前发送的请求接收到一条Web服务响应时,即调用这个回调处理程序。
Finally, we start a timer handler, as shown in Listing 6, to handle the scenario where the Web service client callback handler is never called, which will result in a timeout.
最后,我们启动了一个计时器处理程序(如清单6所示)来处理以下场景:Web服务客户机回调处理程序一直没有被调用,这将导致一个超时。
The doPOST function expects the service query command, query input values, and a callback function to process the result returned from the services.
doPOST函数使用服务查询命令、查询输入值及一个回调函数来处理从这些服务返回的结果。
Creates a SOAP.Envelope encapsulating an RPC-Style request and sends that to the Web service, invoking a callback when a response is received.
创建一个封装rpc样式请求的SOAP . Envelope,并将其发送到Web服务。当接收到响应时,调用回调函数。
When the service responds, the callback function in the Rich UI handler is invoked.
当此服务响应时,这个RichUI处理程序中的回调函数将被调用。
Since the response is being sent on a separate thread of execution, the invoke activity token is used in the process description to invoke the callback mechanism service of the client.
由于响应是在单独的执行线程上发送,所以在流程描述中用invoke活动标记来调用客户机的回调机制服务。
During the update call, the subject is initiating a callback to the observer; thus, at that point, the subject is the service requester and the observer is the service provider.
在update调用期间,目标对象发起了对观察者的回调;因此,从这一点上来说,目标对象是服务请求者,观察者对象是服务提供者。
Sends the specified SOAP.Envelope object to the the Web service and invokes a callback when a response is received.
将指定的 SOAP.Envelope对象发送给Web服务,然后在接收到响应后调用回调函数。
应用推荐