Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exposing ABAP function modules as web services

abhijeet_mukkawar
Active Contributor
0 Likes
833

Hi All,

I am trying to expose function modules as web service but when i click on 'Web service Homepage' button it is throwing error :

"Setting for J2EE server do not exist".

Could you please guide me through this?

Regards,

Abhijeet.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
782

Hi

That means the web service has been released.

But when u r trying to access the same its giving the error.

That means ur web service repository has not been configured properly.Ask ur Basis person to do this or see in internet transaction server.

U can also see it WSCONFIG tcode whether it has been properly rfeleased or not.

Regs

Manas Ranjan Panda

6 REPLIES 6
Read only

Former Member
0 Likes
782

hi

r u releasing the web service for FMs

here r the steps.

To release FMs as webservice it should be RFC enabled.

then goto SE80 and search for the FM u want to release web service.

then right click on the FM

then Create->web service

then give the web service name then continue.

click on chk box for relase run time.

then assign one request and package

now goto WSADMIN tcode ahere u can see ur webservice and then use that.

mark points if helpful

Regs

Manas Ranjan Panda

Read only

0 Likes
782

Hi Manas,

We have followed same steps, but when we access the webservice from Wsadmin and click on "Web Service homepage" it gives error

"Setting for J2EE does not exist".

Can you tell why does this happen?

(We are refering the webservice cookbook.)

Regards,

Abhijeet.

Read only

Former Member
0 Likes
783

Hi

That means the web service has been released.

But when u r trying to access the same its giving the error.

That means ur web service repository has not been configured properly.Ask ur Basis person to do this or see in internet transaction server.

U can also see it WSCONFIG tcode whether it has been properly rfeleased or not.

Regs

Manas Ranjan Panda

Read only

0 Likes
782

Hi Manas,

Yeah you are right, there seems some problem with configuration.

Could you know what web service repository configuration need to be done?

Regards,

Abhijeet.

Read only

Former Member
0 Likes
782

hi

good

go through these links, which ll give you brief idea about the webservices.

http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/content.htm

http://webservices.sys-con.com/read/79261.htm

thanks

mrutyun^

Read only

athavanraja
Active Contributor
0 Likes
782

you need to set up the J2EE engine path in transaction WSADMIN.

WSADMIN->go to-> administration settings

enter the j2ee server path

"http://server.domain.com:port/path"

Regards

Raja