It is set as a property on the SubscriptionManager service stub and then converted to the header by the IBM Web services runtime implementation.
会在SubscriptionManager服务存根上将其设置为属性,并随后由IBM Web服务运行时实现转换为Header。
The easiest way to handle this configuration is to set values directly on the service stub. Listing 6 shows how the configuration is done in the example code
处理此配置的最简单方法就是直接在服务 stub 上设置值。
The test client creates an instance of the service stub using service endpoint parameters passed in as command-line arguments, and then executes a sequence of five service calls
测试客户机使用作为命令行参数传递进来的服务端点参数创建了一个服务 stub 实例,然后依次执行 5 个服务调用
应用推荐