Web Services Platform Architecture: SOAP, WSDL, WS-Policy, WS-Addressing, WS-BPEL, WS-Reliable Messaging, and More
April 3, 2011 by BPELpros.com · Leave a Comment
Web Services Platform Architecture: SOAP, WSDL, WS-Policy, WS-Addressing, WS-BPEL, WS-Reliable Messaging, and More
“Other books claim to present the complete Web services platform architecture, but this is the first one I’ve seen that really does. The authors have been intimately involved in the creation of the architecture. Who better to write this book?” –Anne Thomas Manes, Vice President and Research Director, Burton Group “This is a very important book, providing a lot of technical detail and background that very few (if any) other books will be able to provide. The list of authors includes some of the top experts in the various specifications covered, and they have done an excellent job explaining the background motivation for and pertinent details of each specification. The benefit of their perspectives and collective expertise alone make the book worth reading.” –Eric Newcomer, CTO, IONA Technologies “Most Web services books barely cover the basics, but this book informs practitioners of the “real-world” Web services aspects that they need to know to build real applications. The authors are well-known technical leaders in the Web services community and they helped write the Web services specifications covered in this book.Anyone who wants to do serious Web services development should read this book. ” –Steve Vinoski, Chief Engineer, Product Innovation, IONA Technologies “There aren’t many books that are as ambitious as this one is. The most notable distinguishing factor of this book is that the authors have tried to pair down the specifications for the user and rather than focusing on competing specifications, they focus on complementary ones. Nearly every chapter provides a business justification and need for each feature discussed in the Web services stack. I would recommend this book to developers, integrators, and architects.” –Daniel Edgar, Systems Architect, Portland General Electric “Rarely does a project arrive with such a list of qualified and talented authors. The subject matter is timely and significant to the industry.” –Eric Newcomer, author of Understanding SOA with Web Services and Understanding Web Services and Chief Technology officer, IONA The Insider’s Guide to Building Breakthrough Services with Today’sNew Web Services Platform Using today’s new Web services platform, you can build services that are secure, reliable, efficient at handling transactions, and well suited to your evolving service-oriented architecture. What’s more, you can do all that without compromising the simplicity or interoperability that made Web services so attractive. Now, for the first time, the experts who helped define and architect this platform show you exactly how to make the most of it. Unlike other books, Web Services Platform Architecture covers the entire platform. The authors illuminate every specification that’s ready for practical use, covering messaging, metadata, security, discovery, quality of service, business-process modeling, and more. Drawing on realistic examples and case studies, they present a powerfully coherent view of how all these specifications fit together–and how to combine them to solve real-world problems.* Service orientation: Clarifying the business and technical value propositions * Web services messaging framework: Using SOAP and WS-Addressing to deliver Web services messages * WSDL: Documenting messages and supporting diverse message interactions * WS-Policy: Building services that specify their requirements and capabilities, and how to interface with them * UDDI: Aggregating metadata and making it easily available * WS-MetadataExchange: Bootstrapping efficient, customized communication between Web services * WS-Reliable Messaging: Ensuring message delivery across unreliable networks * Transactions: Defining reliable interactions with WS-Coordination, WS-AtomicTransaction, and WS-BusinessActivity * Security: Understanding the roles of WS-Security, WS-Trust, WS-SecureConversation, and WS-Federation * BPEL: Modeling and executing business processes as service compositions Web Services Platform Architecture gives you an insider’s view of the platform that will change the way you deliver applications. Whether you’re an architect, developer, technical manager, or consultant, you’ll find it indispensable.Sanjiva Weerawarana, research staff member for the component systems group at IBM Research, helps define and coordinate IBM’s Web services technical strategy and activities. A member of the Apache Software Foundation, he contributed to many specifications including the SOAP 1.1 and WSDL 1.1 specifications and built their first implementations. Francisco Curbera, IBM research staff member and component systems group manager, coauthored BPEL4WS, WS-Addressing, and other specifications. He represents IBM on the BPEL and Web Services Addressing working groups. Frank Leymann directs the Institute of Architecture of Application Systems at the University of Stuttgart. As an IBM distinguished engineer, he helped architect IBM’s middleware stack and define IBM’s On Demand Computing strategy. IBM Fellow Tony Storey has helped lead the development of many of IBM’s middleware, Web services, and grid computing products. IBM Fellow Donald F. Ferguson is chief architect and technical lead for IBM Software Group, and chairs IBM’s SWG Architecture Board. A(c) Copyright Pearson Education. All rights reserved.
List Price: $ 59.99
Price: $ 17.79
Java Web Services: Up and Running
April 3, 2011 by BPELpros.com · Leave a Comment
Java Web Services: Up and Running
- ISBN13: 9780596521127
- Condition: New
- Notes: BRAND NEW FROM PUBLISHER! BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed
This example-driven book offers a thorough introduction to Java’s APIs for XML Web Services (JAX-WS) and RESTful Web Services (JAX-RS).
Java Web Services: Up and Running takes a clear, pragmatic approach to these technologies by providing a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing an application. You’ll learn how to write web services from scratch and integrate existing services into your Java applications. With Java Web Services: Up and Running, you will:
- Understand the distinction between SOAP-based and REST-style services
- Write, deploy, and consume SOAP-based services in core Java
- Understand the Web Service Definition Language (WSDL) service contract
- Recognize the structure of a SOAP message
- Learn how to deliver Java-based RESTful web services and consume commercial RESTful services
- Know security requirements for SOAP- and REST-based web services
- Learn how to implement JAX-WS in various application servers
Ideal for students as well as experienced programmers, Java Web Services: Up and Running is the concise guide you need to start working with these technologies right away.
List Price: $ 34.99
Price: $ 19.50
Perspectives on Web Services: Applying SOAP, WSDL and UDDI to Real-World Project| US $28.97 End Date: Sunday Feb-05-2012 3:59:47 PST Buy It Now for only: US $28.97 Buy it now | Add to watch list |
| US $24.88 End Date: Wednesday Feb-08-2012 2:44:34 PST Buy It Now for only: US $24.88 Buy it now | Add to watch list |
Related WSDL Products
Web Services Essentials (O’Reilly XML)
April 3, 2011 by BPELpros.com · Leave a Comment
Web Services Essentials (O’Reilly XML)
As a developer new to Web Services, how do you make sense of this emerging framework so you can start writing your own services today? This concise book gives programmers both a concrete introduction and a handy reference to XML web services, first by explaining the foundations of this new breed of distributed services, and then by demonstrating quick ways to create services with open-source Java tools.
Web Services make it possible for diverse applications to discover each other and exchange data seamlessly via the Internet. For instance, programs written in Java and running on Solaris can find and call code written in C# that run on Windows XP, or programs written in Perl that run on Linux, without any concern about the details of how that service is implemented. A common set of Web Services is at the core of Microsoft’s new .NET strategy, Sun Microsystems’s Sun One Platform, and the W3C’s XML Protocol Activity Group.
In this book, author Ethan Cerami explores four key emerging technologies:
- XML Remote Procedure Calls (XML-RPC)
- SOAP – The foundation for most commercial Web Services development
- Universal Discovery, Description and Integration (UDDI)
- Web Services Description Language (WSDL)
For each of these topics, Web Services Essentials provides a quick overview, Java tutorials with sample code, samples of the XML documents underlying the service, and explanations of freely-available Java APIs. Cerami also includes a guide to the current state of Web Services, pointers to open-source tools and a comprehensive glossary of terms.
If you want to break through the Web Services hype and find useful information on these evolving technologies, look no further than Web Services Essentials.
List Price: $ 29.95
Price: $ 12.97
Find More WSDL Products
J2EE Web Services: XML SOAP WSDL UDDI WS-I JAX-RPC JAXR SAAJ JAXP
March 14, 2011 by BPELpros.com · Leave a Comment
J2EE Web Services: XML SOAP WSDL UDDI WS-I JAX-RPC JAXR SAAJ JAXP
Web Services is the latest trend to hit the software industry. It promises to promote interoperability among disparate applications; i.e., applications written in different languages and running on diverse platforms. This book covers Web services protocols SOAP, WSDL, UDDI and the J2EE APIs that are used with these protocols including: JAX-RPC, JAXM, JWSDL, and JAXR. The author explains in detail how to use these Java APIs with the J2EE platform and also provides detailed information on security issues and interoperability between J2EE platforms and .NET. The book also includes a primer on XML, XSD and JAXP (the Java XML API), which is necessary basis for understanding how to process SOAP messages.
List Price: $ 69.99
Price: $ 34.50
Understanding Web Services: XML, WSDL, SOAP, and UDDI
Web services enable the new generation of Internet-based applications. These services support application-to-application Internet communication-that is, applications at different network locations can be integrated to function as if they were part of a single, large software system. Examples of applications made possible by Web services include automated business transactions and direct (nonbrowser) desktop and handheld device access to reservations, stock trading, and order-tracking systems.
Several key standards have emerged that together form the foundation for Web services: XML (Extensible Markup Language), WSDL (Web Services Definition Language), SOAP (Simple Object Access Protocol), and UDDI (Universal Description, Discovery, and Integration). In addition, ebXML (Electronic Business XML) has been specified to facilitate automated business process integration among trading partners.
This book introduces the main ideas and concepts behind core and extended Web services’ technologies and provides developers with a primer for each of the major technologies that have emerged in this space. In addition, Understanding Web Services summarizes the major architectural approaches to Web services, examines the role of Web services within the .NET and J2EE communities, and provides information about major product offerings from BEA, Hewlett-Packard, IBM, IONA, Microsoft, Oracle, Sun Microsystems, and others.
Key topics include:
XML facilities for structuring and serializing data How WSDL maps services onto communication protocols and transports WSDL support for RPC-orientedand document-oriented interactions SOAP’s required and optional elements Message processing and the role of intermediaries in SOAP
UDDI data formats and APIs
How ebXML offers an alternative to Web services that supports reliable messaging, security, and trading-partner negotiations
With Understanding Web Services, you will be well informed and well positioned to participate in this vast, emerging marketplace.Web services, the new way of stitching data and processing resources together to form elaborate, distributed applications, aren’t like other software systems. They differ even from other architectures for distributed applications. In his fantastic Understanding Web Services, Eric Newcomer helps his readers figure out what Web services are all about. This book is better than any other book out there in helping readers come to grips with the terms, technologies, behaviors, and design requirements that define the Web services universe. It’s remarkably light on code–Newcomer’s logic appears to be that you should dig into the details of implementation only after you thoroughly understand the design concepts–and emphasizes definition and exposition of SOAP, UDDI, WSDL, and ebXML.
Newcomer’s work looks and reads almost like a notebook, with succinct statements in the margin (for instance, “SOAP processors first have to check the mustUnderstand attribute, if any”), adjacent to paragraphs that go into greater depth. He’s careful to call attention to differences among the relevant standards documents, and points out differences among implementations. Graphical learners may wish for more conceptual diagrams, as there aren’t a lot of them here. Newcomer’s prose is brilliant, though, and it’s pretty easy to determine what he means. Perhaps best of all, Newcomer isn’t cheap with his opinions and forecasts. It’s helpful to read his informed feelings and predictions. –David Wall
Topics covered: The specifications, implementations, and popular trends that define the Web services movement. Conceptual coverage of Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL), and the Universal Description, Discovery, and Integration (UDDI) protocol fills these pages. Emphasis is on how it all works rather than on how to program for it.
List Price: $ 44.99
Price: $ 8.80
More WSDL Products
Java Web Services in a Nutshell
March 20, 2010 by BPELpros.com · 5 Comments
Product Description
Java Web Services in a Nutshell begins with an introduction to Java web services, including a discussion of how they differ from web applications. The author looks at the protocols and interfaces that underpin web services, the J2EE technologies that address web services, WSDL as the means for describe web services, and more. Subsequent chapters cover:
- JAX-RPC
- SOAP and the SOAP with Attachments API for Java (SAAJ)
- Reliable SOAP messaging with JAXM
- WSDL
- Advanced JAX-RPC
- JAXR, the XML-based registry API
- Web Services Tools
The balance of the book is made up of an API Quick Reference containing documentation for the various API packages. Intended for Java developers who need to implement Java services or who need their applications to access existing web services, Java Web Services in a Nutshell delivers practical information to help developers make sense of the rapidly changing and poorly organized official documentation. If web services and Enterprise Java are any part of your job description — of if you’d like them to be — you’ll want this book close beside as you work.
Buy from Amazon Java Web Services in a Nutshell






















