Adding third-party libraries to the SOA Suite server

In this recipe, we will explore how to add third-party libraries to the SOA Suite server. Usually, our intension is to bring some functionality into the BPEL processes. For the practical reason the extensions come packed as the JAR archive, especially in cases where one package contains many classes.

How to do it…

We will add the Apache Common Codec library in this recipe. However, this same recipe can also be used for the addition of other third-party libraries. The Apache Common Codec library consists of the various encoders for different tasks, such as Base64 encoding/decoding, Digest calculation utilities (MD5 and SHA), and language and network encoders. Follow the given steps to add the library: ...

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.