cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing a table in the JAVA Stack of WAS -> Webservice

Former Member
0 Kudos

Hello,

I would like to write a webservice in WAS640 with JAVA which accesses a table stored in the JAVA Stack of the WAS640. The webservice can then be comsumed by a WS Client (ABAP, other). Is there a guide of blog which shows the steps to do? Any links are appreciated.

Thanks a lot

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Stefan,

I think the best choice is to consume WS over EJB. So, persistent objects are presented by entity beans and the management logic - by session beans. Check SAP help for more information

http://help.sap.com/saphelp_nw04/helpdata/en/19/f9bc3d8af79633e10000000a11405a/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/f7/af60f2e04d0848888675a800623a81/frameset.htm

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi,

thanks for the links I found them too, I was hoping that somebody out there has a working JAVA sample code to access the Java Stack DB of WAS640.

Anyway.

Cheers

Stefan

Answers (0)