Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

third party API within DC project

Former Member
0 Kudos

Hi,

We are using a JSF web project for online account management for CRM.

We need to use a payment gateway API for which I have created a new external library DC project and a corresponding EAR.

I am able to build the project successfully.

It also recognizes the API classes however it fails at one particular call where the API internally calls a class from an embedding jar/package XMlLabel ?

If I comment out that call it does not result in any exceptions.

This API works just fine in a Java application.

I came across this forum and it looks like a similar issue. But I am unable to figure out how to fix this in a DC project.

Please let me know if anyone has any idea.

Thanks,

Veena.

  • SAP Managed Tags:
2 REPLIES 2

Former Member
0 Kudos
  • SAP Managed Tags:

0 Kudos

I am calling this API in a managed bean method not a servlet. Not sure why the error message says so..

  • SAP Managed Tags: