cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Adaptive WebService Model when creating instance of Node

Former Member
0 Kudos

Hi All,

I have created an Adaptive WebService Model which calls a WebService. This WebService has been generated in the CAF and represents an Application Service. One of the Methods of this Application Service returns a Complex Type which contains a list of BOs.

However, when creating an instance of the Request Node, I receive an exception. The coding is:

	  JobAppModel model = new JobAppModel();
	  Request_GetAllJobApplications requestMO = new Request_GetAllJobApplications(model); <==

The exception is

com.sun.jdi.InvocationException occurred invoking

The exception is not shown on the screen, only in the debugger in the field where you can see the variables.

Does anybody know where thgis exception ma ycome from or where my mistake is?

Thanks, Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi

Have u define the system property path and return type ?

Have a look on this threads

[Test|;

Best Regards

Satish Kumar

Former Member
0 Kudos

The return type is the Complex Type of my Business Obejct. I did not define a propertys path since I don't know what it is..

Can you help me here? What is to be done?

Thanks, Johannes