ProcessPad delivers information intelligenceWeb Service is a collection of protocols and standards used for exchanging data between applications, written in different programming languages and running on different platforms. ProcessPad is the discovery software that allows users to define how they want to use new or existing processes through the companies Workflow Engine.
The interoperability between applications is achieved by naming the protocol for exchanging data in ProcessPad and then defining activity in the process by exposing and accessing the web services. OASIS and W3C are the steering communities responsible for the architecture and standardization of web services.
The protocols and standards used in Web Service, otherwise commonly known as the WS protocol stack is as follows;- XML
Used to encode the data that is to be exchange. The encoding can be performed by SOAP or XML-RPC.
- Communication Protocols
HTTP, FTP and SMTP protocols, which are used to transport data between applications.
- WSDL
Define the public interface of the web service. It is an XML-based description of how to access the web service.
- UDDI
Used to publish web service information, allowing applications to search for suitable web services. |