Application Development 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: 

Webservice: No endpoints found

Former Member
0 Kudos

Hi gurus!

I'm not sure on witch forum to post this thread... so here goes...

I'm trying to create a webservice for an RFC function module (ZBAPI_HELLO_WORLD). I've already tried some manuals like http://help.sap.com/saphelp_nw70/helpdata/EN/0d/2eac5a56d7e345853fe9c935954ff1/content.htm, step by step, apparently everything works fine.

I go to SOAMANAGER, Web Service Administrator, select the service, verify that the endpoint is created, and everything seems OK.

However, I go to WSNAVIGATOR, enter the webservice (http://sapdes.bel.com.ve:8000/sap/bc/srt/rfc/sap/ZBAPIHELLOWORLD?sap-client=200&wsdl=1.1), but when I try to test it, I get the following error: No endpoints found for this Web service

I've tried deleting it and creating it again, and again, but so far nothing works, still the same error...

Am I missing something? some step I haven't seen?

Basically I'm using transactions SE37 to create the WS, and SOAMANAGER to test it, nothing more...

Appreciate any help!

Jesus

3 REPLIES 3

Former Member
0 Kudos

What is the version you are working on ?, I dont see Transactions SOAMANAGER and WSNAVIGATOR in version ECC5.0, anyway Did you release the Webservice definition? using WSCONFIG tcode.

martin_voros
Active Contributor
0 Kudos

Hi,

have you tried to look for OSS notes? For example this one "1113162 - No endpoints(configurations) published in Services Registry" looks similar to your problem.

Cheers

0 Kudos

Hi... I'm working on ECC 6.0, so transactions WSADMIN and WSCONFIG are not available, instead I use transaction SOAMANAGER.

I checked note 1113162, but my system already has the SP level where the note was distributed, so it's already applied.