cancel
Showing results for 
Search instead for 
Did you mean: 

Setting for J2EE server do not exist

Former Member
0 Kudos

Guys,

I have created a webservice from a function module , but when I am trying to run the webserivice from WSADMIN transaction I am getting this error <i><b>"Setting for J2EE server do not exist"</b></i>

Anybody cn tell me how to rectify it

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, Gregor!

Thank you for your answer.

We have one more question:

It´s necessary to have installed the JAVA personality on the machine to be able execute an ABAP Web Service?

Thanks

Janett

gregorw
Active Contributor
0 Kudos

Hi Janett,

it is not necessary to execute but to use the Functionality of Transaction WSADMIN you need to have the J2EE Server.

Regards

Gregor

Former Member
0 Kudos

Hi Gregor,

we are getting the same problem. We have installed Sneak Preview 6.40 ABAP and Sneak Preview 6.40 JAVA on different machines. Is it possible to excecute an ABAP web service directly from WSADMIN? If not, could you explain step-by-step the solution you've just proposed?

Txs a lot.

Janett

gregorw
Active Contributor
0 Kudos

Hi Janett,

I'm working on a Weblog regarding this toppic. But to get the URL you need to execute the Webservice is quite easy. When you create a Webservice for a RFC enabled Function module you come to a step where you have to Release your WebService via WSCONFIG. Here you can lookup the Path. Just add your WebAS Hostname and Port and you can call the Service. Have also a look at Thomas Jung's excelent Presentation: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sdn-meets-labs-palo-alto-05/working%20with%20web%20services%20from%20abap.pdf">Working With Web Services From ABAP</a>.

Regards

Gregor

gregorw
Active Contributor
0 Kudos

Hi,

when you don't have a J2EE Server configured for your ABAP System then the start via WSADMIN does not work. Try out to use the URL when you release the Webservice with WSCONFIG. By adding ?wsdl you will get the WSDL File.

Regards

Gregor