cancel
Showing results for 
Search instead for 
Did you mean: 

Importing Webservice model doesnt show request-response relation in Webdyn

Former Member
0 Kudos

Hello all,

I have created an EJB which uses another simple serialised JAVA class. That java class includes almost 150 variables with getter/setter methods. This EJB has a method which returns an array of that java class(150 variables). When I tested the webservice its working perfectly fine foe me. That means after exection its showing all the 150 parameters.

The problem starts when I try to import webservice model in webdynpro. It gets imported successfully. But when I expand Models -> Model Name ->Model Classes , there I can see complex, request and response classes. But when I expand the request class there is no response object in it. Its bcoz there is no relation between request - response class.

The another effect is after adding model to Used model and try to bind it with custom controller I am not able to see the parameters in Response, not even a single parameter.

But when i reduce the number of variables from java class to may be 70 then everything work fine.

So my question is , is there any limitation of number of variables to be used in java class which is inturn used in EJB & Webservice?

Thanks & regards,

Amol.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

any suggestions....

Amol.