Invoking a SOAP service looks something like Listing 2.
调用一个SOAP服务就如清单2所示。
To install and deploy either the SOAP service or EJB application, you.
要安装和部署SOAP服务或EJB应用程序,可以执行下列操作。
A provider is a provider of a service; in this example it's a SOAP service.
提供者是服务的提供者;在此例中是一个SOAP服务。
You'll see some screenshots, including JSP pages and the BE4WS SOAP service page.
您将看到一些屏幕截图,包括jsp页面和BE4WSSOAP服务页面。
FastSOA technique. Uses native XML technology to provide a SOAP service interface.
FastSOA技术:使用本地XML技术提供一个SOAP服务接口。
To create each employee, you will use a SOAP service running on GAE, one at a time.
要创建每个员工,您将使用运行在GAE上的一个SOAP服务—一次一个。
Before you start to implement a SOAP service, a few notes and assumptions are in order.
在开始实现一个SOAP服务之前,您需要知道一些注意点和约定。
For example, the Zend_Soap library contains classes to simplify invoking a SOAP service.
例如,zend_soap库包含了一些类,可用来简化SOAP服务的调用。
The BE4WS SOAP service provides this web service interface so that all SOAP clients can easily access it.
BE4WSSOAP服务提供这一Web服务接口是为了所有SOAP客户程序都很容易访问它。
A SOAP service would require some documentation explaining the operations exposed along with their parameters.
SOAP服务将需要某个解释了被公开的操作以及这些操作的参数的文档。
For a SOAP service, the application has to build the
对于SOAP服务来说,应用程序必须建立含有适当内容和标题的
As a result, the processing of the SOAP service is done by passing a message context to the message-processing node.
结果是,通过将消息上下文传递给消息处理节点来完成SOAP服务的处理。
This company has the foreign processing scented soap service, and sells from the multi-purpose scented soaps which produces.
本公司有对外加工香皂业务,并销售自产的多功能香皂。
Creating a service using the adapter includes creating a service class with the service descriptor that represents the SOAP service.
创建一个使用适配器的服务,包括创建一个使用服务描述符(代表SOAP服务)的服务类。
The Apache SOAP service Manager USES the deployment descriptor (a simple XML document) to collect information about deployed services.
ApacheSOAP ServiceManager利用配置描述符(一个简单的XML文档)收集有关已配置服务的信息。
One drawback of the native SOAP extension in PHP is that it doesn't include support for automatically generating WSDL files for a SOAP service.
PHP的原生soap扩展的一个缺点是它不支持为SOAP服务自动生成WSDL文件。
This class implements the available methods for the SOAP service; the server will automatically call these methods in response to SOAP requests.
这个类实现了SOAP服务的可用函数;这个服务器将在SOAP请求的响应中自动调用这些函数。
For example, because we also want to expose the CICS service as a SOAP service, we selected SOAP as the inbound binding type (as shown in Figure 11).
例如,因为我们也希望将CICS服务作为SOAP服务提供,所以选择SOAP作为入站绑定类型(如图11所示)。
Instead of adding the Employee object to a List, the relevant information is sent to a SOAP service to create the same object on GAE, and then persisted.
这次不是将Employee对象添加到一个List,而是将相关信息发送到一个SOAP服务来在GAE上创建相同的对象,然后持久化该对象。
This server exposes the location information and instant-messaging status (for example, available, away, and do not disturb) of an employee as a SOAP service.
该服务器将位置信息和即时消息状态(例如,在线、离开、忙碌等等)作为SOAP服务来公开。
The service manager will read name of the SOAP service that the SOAP client wants to invoke and check whether the required service actually resides on this SOAP server.
服务管理器会读取SOAP客户机想调用的 SOAP 服务的名称并检查所需的服务实际上是否驻留于这台 SOAP 服务器上。
Finally, you also use Zend_Soap to automatically generate a WSDL file that describes the SOAP service, thereby enabling clients to "auto-discover" the SOAP service API.
最后,您也将使用Zend_Soap自动生成一个描述SOAP服务的WSDL文件,从而使客户端能“自动发现”SOAP服务api。
The Zend Framework's built-in support for SOAP clients and servers, and for WSDL auto-generation, makes it a good choice for rapid SOAP service implementation and deployment.
ZendFramework对于SOAP客户端和服务器的内置支持,以及WSDL自动生成,使它成为快速SOAP服务实现和部署的非常好的方法。
Services in Axis are typically instances of the SOAP service, which could contain the request and response chains, but must contain a provider that is the actual service class.
Axis中的服务通常是SOAP服务的实例,它包含请求与响应链,但是必须包含实际服务类的提供方。
Another nice thing about the MVC pattern is that it makes it easier to extend the controller and view to handle other types of HTTP requests either as a SOAP service or as an XML API.
MVC模式的另一个优点是使用它可以更轻松地扩展控制器和视图来处理其他类型HTTP请求,可以是SOAP服务,也可以是XMLAPI。
Because the focus of WSDL was on working with SOAP service definitions, it also included support for some SOAP features (such as RPC encoding) that were later found to be undesirable.
因为WSDL的关键是处理SOAP服务定义,它也包含了一些SOAP特性(如,RPC编码)支持,后来证明这些是不需要的。
Several endpoints are retrieved from Registry and Repository and a compute node is used to select which SOAP service is called. There are two different types of endpoint in this example
——从Registry andRepository检索多个端点,并使用一个计算节点来选择要调用哪个SOAP服务。
Inside the enterprise, where you have control over the code for it systems, you can consider approaches other than SOAP for service invocation, possibly without building and interpreting XML content.
在企业内部需要为IT系统控制代码的地方,可以考虑使用SOAP之外的服务调用方法,这些方法可能没有构建并解析XML内容。
This module simplifies the use of SOAP functionality and also provides a mechanism to allow WSDL documents to bind to SOAP-based service APIs.
这个模块简化了SOAP功能性的使用,另外还提供了一种机制,允许WSDL文档绑定到基于SOAP的服务的API。
This process involves creating an instance for each service, with each consisting of a SOAP request for that particular service.
这个过程需要为每个服务创建一个实例,而且每个实例都包含特定服务的SOAP请求。
应用推荐