cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to create a java class included in custom jar from script

Former Member
0 Kudos

Hi,

We need to call a third-party web service from within SAP Sourcing and so we have created and deployed a custom JAR. However I am not able to create any of the custom classes included in this object. I have created a simple JAR file having just a "Hello World" message and got our BASIS team to deploy this (they deployed using the steps mentioned in Installation Guide Section 4.2.4 - we are using Sourcing Wave 9). I have added the required import statement in my test script and included this line:

HelloWorld test = new HelloWorld();

When this script executes, it gives the error:

Class:HelloWorld not found in namespace.

Can you please give your suggestions on how to fix this error?

Thanks,

Gayathri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The issue was fixed after including the custom jar in esourcing90/lib folder and redeploying

Answers (0)