cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services Navigator

former_member192347
Participant
0 Kudos

I created a WebServices (CreditLimit) as per WebServices Help documentation/WebServices Tutorial and deployed it.

When I try to test it through SAP Netweaver Developer studio, it returns following error:

Error connecting to server 'http://servername:50000' (http://servername:50000/inspection.wsil) comsap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCode Invalid Response Code: (404) Not Found.

and when I try to test the webservice via SAP Web Application Server Web interface (Web Services Navigator link), it returns following error:

The requested resource does not exist.

Why it return this error message? What is the solution to fix this problem.

I appreciate your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhay,

First of all Welcome to the SDN forum.

I guess you have created Java web service and deployed on your own was server.

This error comes if you are pointing to some external resources from your web service and you didn't specify the resource reference for the same.

So. runtime it gives such error. So, check your web service and if possible then give more details about your web service.

Regards,

Bhavik

Former Member
0 Kudos

HI Abhay,

HAve you created an ABAP Web Service or JAva Web service?

How are you rying to test it using NWDS?In NWDS.you have a eb Service Navigator,wher you get a list of deployed Web Services.Can you see the Web service you deployed over there?You can test a java web service using that tool.

If it is an ABAP web service,then you can see it after going to transaction WSADMIN,released Web Services,and test from there.

From what you have mentioned it seems to be a java web service,so,after deploying it should be visible from NWDS web service navigator.

Regards,

Siddhartha