cancel
Showing results for 
Search instead for 
Did you mean: 

Error while testing the endpoints in Service Registry

hamsa_shree
Participant
0 Kudos

Hi ,

I have published service from backend to Service Registry of CE server but while testing the endpoints i am getting the following error .

Invalid Response Code: (404) Not Found. The request URL was:"http://<servername>:8000/sap/bc/srt/wsdl/bndg_DD73518A3AD471F18558001D0910D3CA/wsdl11/allinone/ws_policy/document?sap-client=800". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.

can any one please help in solving the issue?

Thanks & Regards,

Hamsa Shree

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Make sure that the path is activated in transaction code SICF.

It could also be your end point is not published correctly.

Do you get any error message when publish it in transaction code WSPUBLISH?

- julius

hamsa_shree
Participant
0 Kudos

Hi julius,

Thanks for ur reply.

when i try to test the service http://<server name>:8000/sap/bc/srt/wsdl?sap-client=800

i am getting the error No service definition, interface name, or binding specified and path is been activated but still i am getting error .

Can you suggest what should be done to this issue. Is there any configuration missing in the server?

and when i go to transaction wsadmin2 its also giving me 404 file not found error .

please help to solve this issue.

Thanks & Regards,

Hamsa Shree

Former Member
0 Kudos

when i try to test the service http://<server name>:8000/sap/bc/srt/wsdl?sap-client=800

i am getting the error No service definition, interface name, or binding specified and path is been activated but still i am getting error .

this is the approriate response to your query. or what do you expect the the system to return when you prompt it something like please return me the WSDL named ''?

anton

Former Member
0 Kudos

This is the basic steps to publish endpoint:

  • create RFC destination in SM59

  • Create ES Parameter in WSPARAM

  • Create logical port for SR in LPCONFIG

  • Publish ES in WSPUBLISH

Check this out for step-by-step detail, pg 10-13 -> https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/108ef7ba-8abd-2a10-f787-d5f29c5f...

hamsa_shree
Participant
0 Kudos

Hi julius,

I have followed the same steps as given in the document , webservice is getting published successfully from the backend to Service Registry of CE server but when i try to execute the endpoint in the Service Registry i am getting 404 error

Thanks & Regr\ards,

Hamsa Shree

Former Member
0 Kudos

make sure that your system is at least SAPKB70015 or else apply the sap note 1113162.

You may try to configure endpoint at SOAMANAGER manually.

  • Create end point at SOAMANAGER -> business administration -> web service administration -> search service -> click on the service and apply selection -> Configuration -> Create service name "CreateXX_SERVICE" -> end point "CreateXX_SOAPBinding" -> select Username/password as logon -> save.

hamsa_shree
Participant
0 Kudos

Hi Julius,

Our system is updated with the support pack SAPKB70015 .

when we are trying to test the endpoint of the backend service in CE server it is taking the FQDN of the backend server and giving 404 error but when we remove the domain name from the wsdl url and in the endpoint its getting executed successfully .

Backend and the CE server are been registered in DNS.

Is there any configuration which is missed to execute the wsdl with FQDN?

Thanks & Regards,

Hamsa Shree

Former Member
0 Kudos

Sorry, i never used the FQDN before.

Hope this link can shed some lights to your problem.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/fully%2bqualified%2bdomain%2bname%2b(FQDN)

- julius

hamsa_shree
Participant
0 Kudos

Hi,

Our problem got solved .we removed the Global Settings from the CE server and rest worked fine.

Thanks,

Hamsa Shree.