cancel
Showing results for 
Search instead for 
Did you mean: 

Testing Webservice using the Webservice Hoempage through Soamanager

Former Member
0 Kudos

dear experts,

older publications (abap - next generation) describe, how a webservice can be tested using the webservice homepage.

My sp stack is 15, my new published webservice is not shown in the wsadmin. i search for the link from the soamanager to the webservice homepage, the described testing in the online documentation justs shows me my wsdl and says i have to key in the values, but as it seems this is not the testing described using the webservice homepage.

how can it be done?

thanks for your replies.

robert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Robert,

I assume that you have created your Web Service in ECC say from RFC/BAPI.

From SPS14 onwards transactions WSADMIN and WSCONFIG have become obsolete.

For testing your web service from SOAMANAGER(Tcode) there is an option on the Overview Tab -->Click on the third link u201COpen Web Service navigator for selected bindingu201D.

This will take you to the Web Service Navigator Page where you can test your WS.

For further details check the below link:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20b723f8-a422-2c10-aca5-fe64eeda1ff2&override...

Cheers

Dhwani

Former Member
0 Kudos

thanks for the link, dhwani! now i finally got it!!!

matthias_kasig2
Participant
0 Kudos

Hi SDN guys,

I have also followed the good article by Somnath Roy: configuration of enterprise services using SICF and SOAMANAGER

In ECC 6.0 I have created a Webservice definition from a BAPI "BAPI_AR_ACC_GETSTATEMENT"

In SOA Manager under Webservice Administration, Overview I can click the first 2 links and get to see this wdsl soap stuff - but I can't open the third link "Open Webservice navigator for selected binding"

I get an error message on top of the page: "J2EE host or port not specified; define them under "System Settings"

In fact I don't have a J2EE Host in this case - we are only on WAS ABAP 700.

Is this third link only for j2ee deployed applications? How else can I test the service? Or can I apply any settings under System Settings for my WAS ABAP?

kind regards, matthias

Former Member
0 Kudos

Hi ,

Use SOAPUI http://www.soapui.org for webservice testing.

Regards,

VJ

Answers (1)

Answers (1)

matthias_kasig2
Participant
0 Kudos

Hi VJ,

thanx for the hint with:

SOAPUI http://www.soapui.org

cool tool...

matthias