cancel
Showing results for 
Search instead for 
Did you mean: 

SICF Service Reference node (alias) gives No Endpoints Found... when tested

BillC
Explorer
0 Kudos

I have created a new webservice for bapi BAPI_ALM_ORDER_GET_DETAIL using SE80. I called my webservice ZWS_ALM_ORDER_GET_DETAIL,

I have done additional configuration to this webservice in SOAMANAGER.

The webservice, client, service name, and endpoint all appear as nodes under /default_host/sap/bc/srt/rfc/sap/ in SICF and look good.

I then activated the new webservice in SICF.

I am able to test this new webservice using WSNAVIGATOR on my J2EE server, and it works perfectly.

The wsdl binding URL given by SOAMANAGER looks something like this:

http://myhost:9999/sap/bc/srt/wsdl/bndg_E0AD8656CF82B7F19DA1005056856030/wsdl11/allinone/ws_policy/d...

My problem is that I would like to create an alias in SICF to get to this webservice, but can't get it to work.

I created a Service Reference node under a new path, and set the Alias Target to the regular webservice node for ZWS_ALM_ORDER_GET_DETAIL created previously, but when I test a URL using this alias path, I get a "No endpoints found for this Web service" error.

I created my Service Reference node (called "orderhdr") under the following path:

/default_host/abcd/ws/pm/

So, I am trying the following version of the wsdl binding URL. I replace the standard SAP path with my alias path:

http://myhost:9999/abcd/ws/pm/orderhdr/wsdl/bndg_E0AD8656CF82B7F19DA1005056856030/wsdl11/allinone/ws...

I can view the wsdl, but get the error upon testing it. Does what I am trying to do make sense?

Thanks in advance to anyone who can help!

-Bill

Accepted Solutions (0)

Answers (1)

Answers (1)

BillC
Explorer
0 Kudos

soa