
| SOAP nodes in IBM WebSphere Message Broker V6.1, Part 1: SOAP node basics |
| From: IBM developerWorks Worldwide read times: 389 |
Provided by yangyi at 2008-07-27 20:06:11 |
Level: Intermediate Rob Henley (rhenley@uk.ibm.com), Software Developer, WebSphere Message Broker development team, IBM 19 Jun 2008 SOAP nodes send and receive SOAP-based Web services messages, allowing a message flow to interact with Web service endpoints. The messages might be plain SOAP, SOAP with Attachments (SwA), or Message Transmission Optimization Mechanism (MTOM). The nodes are configured using Web Services Description Language (WSDL) and support WS-Security and WS-Addressing. This four-part series describes the SOAP nodes, the logical tree for the new SOAP domain, and details of configuration and runtime behavior. In this first article, you learn about the basic use of the nodes. You should have a general familiarity with SOAP-based Web services and WSDL to follow along with this article series. SOAP nodes are used together to implement common Web services scenarios and are generally the best choice for new message flows working with Web services. SOAP nodes, which are configured using WSDL 1.1, support SOAP-based Web services, sending and receiving messages that can be plain SOAP (version 1.1 or 1.2), SwA, or MTOM (see the terminology list for definitions of terms used in this article). They combine message transport and SOAP semantics to support a consistent SOAP domain logical tree format and the next-generation Web services standards WS-Security and WS-Addressing. ...... Please access the below link to view the full content. Original link: http://www.ibm.com/developerwork... |