cancel
Showing results for 
Search instead for 
Did you mean: 

response classes are not getting created

Former Member
0 Kudos

We had created a webservice from a session bean.the session bean contained methods to Add, delete ,update and display records from a java dictionary table.

but that webservice doesnt have any response classes.we can see only the request classes while using the web service model.

So could someone please help us out as to why the response classes r not getting created.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can u tell clearly, What you should return from Webservice?

Also check the return types of methods of your session bean for

create,retrieve,update and delete.

Regards

LN

Former Member
0 Kudos

Actually all the four methods have Void as their return type.

former_member201361
Active Contributor
0 Kudos

Hi ,

if all the four methods are void then there will be no response classes,as the method is not returning any parameters.

Thanks and regards

former_member201361
Active Contributor
0 Kudos

hi ,

change the method 's return type to any parameter and reimport the webservices and check it in the NWDS.

Thanks and regards

Answers (0)