cancel
Showing results for 
Search instead for 
Did you mean: 

Stateful Webservice

Former Member
0 Kudos

Dear all,

I created an adaptive webservice model of a stateful webservice. Webserivce is made stateful by following annotation:

@SessionHandlingDT(enableSession=true)

The implementation of the webservice is a stateful session bean:

@Stateful(name="StatefulDummyInImplBean")

When i create the local interface in my webdynpro and keep the instance as a private variable, then i can call several methods in the same transaction/session. (and commit/rollback all or none)

However, when i execute the same methods on the modelObject , it seems that every call creates a new instance, meaning that i can't do more than one action in a transaction. (because every action happens in a different session of the bean)

Are stateful webserices as adaptive webservice model supported?

Kind regards,

J.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone with some help regarding this issue?

Kind regards,

J