• 范例作出选择之后,范例会相似的方式作出另外请求(清单4),尽管这次预期响应一个服务描述文件

    After a selection is made from the sample, the sample makes another request (Listing 4) in a similar way, although this time the expected response is a service description document.

    youdao

  • 服务应该一个服务文档响应这个请求其中列出了客户机可用集合清单3

    The server should respond with a service document that enumerates the collections available to the client as illustrated in Listing 3.

    youdao

  • 一个有关路由器接收所有来源于服务接口请求实例(下面清单4)。

    An instance of the router receives all requests coming through the service interface (see Listing 4 below).

    youdao

  • 首先,看一下清单1中的XML必须手工进行编码以发送SOAP请求寻找提供服务企业

    First off, take a look at the XML in Listing 1, which you would have to handcode to send a SOAP request to find a business offering services.

    youdao

  • 清单8通过语义请求ESRI地址查询Web服务调用过程

    Listing 8: Invocation process of ESRI's Address Finder Web Service through semantic request.

    youdao

  • 清单5所示,脚本只是启用ipvsadm服务然后实际上使用了相同代码以便将WebSSL请求转发每个单个realserver

    As you can see in Listing 5, the script simply enables the ipvsadm services, then has virtually identical stanzas to forward Web and SSL requests to each of the individual realservers.

    youdao

  • 清单9调用ESRI地址查询Web服务语义请求

    Listing 9: Semantic request for invoking ESRI's Address Finder Web service.

    youdao

  • 客户用于初始y QLWeb服务端点未验证的GET请求之前清单1做的。

    This client is used to initialize an unauthenticated GET request for the YQL web service endpoint, as was done earlier in Listing 1.

    youdao

  • 清单3显示Web服务使用DOMFaultListener对格式不正确的请求做出的SOAP响应

    Listing 3 shows the web service's SOAP response to a malformed request using DOMFaultListener.

    youdao

  • 一个变更更新Account .create的调用Web服务请求中包含country字段清单6中所

    The other change is updating the call to Account.create to include the country field on the Web service request, as shown in Listing 6.

    youdao

  • 清单1展示了一个服务示例请求,以及随后响应(适应页面宽度重新调整了格式)。

    Listing 1 shows a sample request to the service, followed by the response (reformatted to fit the page width).

    youdao

  • 其中重要的是,语义请求响应可以式调Web服务实现细节清单10 和 11 所

    Meanwhile, and most importantly, semantic request and response can hide the implementation details for invoking the Web services, as shown in Listings 10 and 11.

    youdao

  • 清单11调用ESRI地址请求Web服务之后语义响应

    Listing 11: Semantic response after invoking ESRI's Address Finder Web service.

    youdao

  • 另有一个文件 WEB-INF/sun-jaxws.xml(清单2用于配置Metro,使其将servlet接收请求路由服务实现代码

    A separate file, WEB-INF/sun-jaxws.xml (shown in Listing 2), is used to configure Metro to route requests received by the servlet to the service-implementation code.

    youdao

  • 虽然清单13中的代码看起来似乎不错,但是还有问题——如果服务响应请求完成了处理但是报告错误怎么办?

    Despite the apparent success of the code in Listing 13, there's still a problem — what if the server responds to your request and finishes processing, but reports an error?

    youdao

  • 如果服务运行尝试请求发送给服务器,则得到的结果可能会出乎您的预料(清单5)。

    If you try to send this request to the server as it stands, the result might not be what you expect (see Listing 5).

    youdao

  • 通过语义响应清单11服务请求可以忽略这些实现细节使得实现更加紧凑高效

    Through semantic response, as described in Listing 11, service requesters can ignore all such implementation details to make the implementation more compact and efficient.

    youdao

  • 为了确保服务不但完成请求而且报告了OK状态,请回调函数中添加另外一个检查功能,清单7

    To make sure that not only did the server finish with a request but that it also reported an OK status, add an additional check in your callback function as shown in Listing 7.

    youdao

  • 清单2显示应用服务接收客户机HTTP请求发生情况。

    Listing 2 shows what happens in the application server when it receives the clients HTTP request.

    youdao

  • 现在,再回到清单4注意为了服务进行异步回调必须知道这个请求URL

    Refer back to Listing 4 now and note that to make an asynchronous callback to the server, you have to know the URL to request.

    youdao

  • 清单1中的代码服务请求一个页面然后内容放入页面主体标记中。

    The code in Listing 1 requests a page from the server, and then places that content into a tag in the body of the page.

    youdao

  • 由于现在已经服务接收数据请求完成了,可以关闭网络活动指示器了,清单4所示。

    Because you are done receiving data from the server at this point, your request is complete and you can turn off the network activity indicator, as listing 4 demonstrates.

    youdao

  • 清单7显示发送给(POST)服务请求字符串

    Listing 7 shows the request string then being sent (POST) to the server.

    youdao

  • 清单4显示请求格式RESTURL模式以及服务请求响应

    Listing 4 shows the request format, the REST URL pattern, and the server response to the request.

    youdao

  • 清单8显示代码更改给出了发送服务进行添加请求XML以及检索书籍服务返回的XML。

    Listing 8 shows this code change along with the XML that was sent to the server for the add request, and the XML that returned from the server when the books were retrieved.

    youdao

  • CreateCoordinationContext请求应用程序被发送到激活服务清单14

    The CreateCoordinationContext request is sent from application to the Activation Service as shown in Listing 14.

    youdao

  • CreateCoordinationContext请求应用程序被发送到激活服务清单12

    The CreateCoordinationContext request is sent from application to the Activation Service as shown in Listing 12.

    youdao

  • 同样SOAP请求被发送Web服务导致服务抛出InvalidServerDataException 异常时,清单9中的 SOAP响应客户机接收

    Similarly, when a SOAP request is sent to a web service and causes the server throw an InvalidServerDataException, the SOAP response in Listing 9 is received by the client.

    youdao

  • 清单1包含策略信息要求客户机发送服务请求中有usernametoken。

    Listing 1 includes policy information to require UsernameToken on requests from the client to the server.

    youdao

  • CreateCoordinationContext请求应用程序被发送到激活服务清单1

    The CreateCoordinationContext request is sent from application to the Activation Service as shown in Listing 1.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定