Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this case, there are three data formats involved: SDO, JAXB and AXIOM (The AXIS2 XML Infoset).

Code Block

SDO_Orders getOrders(SDO_Customer customer);
Code Block

JAXB_Orders getOrders(JAXB_Customer customer);

Data transformation between SCA components

...