Chapter 10. Using XML Facade for DOM

In this chapter, we will cover the following recipes:

  • Setting up an XML facade project
  • Generating XML facade using ANT
  • Creating XML facade from XSD
  • Creating XML facade from WSDL
  • Packaging XML facade into JAR
  • Generating Java documents for XML facade
  • Invoking XML facade from BPEL processes
  • Accessing complex types through XML facade
  • Accessing simple types through XML facade

Introduction

The Business Process Execution Language (BPEL) is based on XML, which means that all the internal variables and data are presented in XML. In this book, we cover both BPEL and Java. As both the technologies are complementary, we seek ways to ease the integration of the technologies. In order to handle the XML content from BPEL variables ...

Get BPEL and Java Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.