cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice error

harikrishnan_m
Active Participant
0 Kudos

Hi,

While executing webservice got a error like,

What has happened?

URL http:/..(server name)........./wsnavigator/jsps/index.jsp call was terminated because the corresponding service is not available.

Note

The termination occurred in system RCD with error code 404 and for the reason Not found.

The selected virtual host was 0 .

What can I do?

Please select a valid URL.

If you do not yet have a user ID, contact your system administrator.

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:vq2ua452_RCD_00-v:0-s:404-r:Notfound

HTTP 404 - Not found

Your SAP Internet Communication Framework Team

Please help to understand wht exactly is this../..

Regards,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi again,

There is still not enough information. You use SAP ECC6 but which ABAP/Basis Support Package level ?

Do you have a J2EE stack on your ECC6 system or do you use another Java stack ?

Before SP14 you have to use WSADMIN/WSCONFIG.

Beginning with SP14 you have to use SOAMANAGER.

Regards,

Olivier

harikrishnan_m
Active Participant
0 Kudos

Hi,

Sorry...i was not knowing these things thts why i dint update..basically new to Webservice application.

ABAP Stack or package level is 11 and the development system dont have neither J2EE Stack nor any other JAVA stack.

Only our SRM system has ABAP + J2EE stacks...so i shud try in tht system ???

Any way to get this done in RCD...

Regards,

HARI

Former Member
0 Kudos

Hi,

Things are getting clearer.

>URL http:/..(server name)........./wsnavigator/jsps/index.jsp

You are trying to use the webservice navigator to test your abap web service.

The web service navigator runs on a java stack and you don't have it.

I suggest that you read the documentation before trying to test : all is explained inside...

Regards,

Olivier

harikrishnan_m
Active Participant
0 Kudos

Hi,

Thanks for the finding...

Any other way to run ABAP webservice without using JAVA Stack ???

Can u pls help me out to get a good documentation to tackle Webservice much better....

Regards,

Hari

Former Member
0 Kudos

Hi,

>Any other way to run ABAP webservice without using JAVA Stack ???

You absolutely don't need a JAVA stack to run ABAP webservice.

If you want to test abap web services, it is possible to use the SAP test client named web service navigator whic happens to run on Java.

You can use whatever webservice test client that you like. One free example is soapui which is nice.

>Can u pls help me out to get a good documentation to tackle Webservice much better....

I learnt all I know about web services from help.sap.com and SDN.

Read the docs, the blogs and experiment !

Regards,

Olivier

Answers (1)

Answers (1)

harikrishnan_m
Active Participant
0 Kudos

Hello Experts,,

No one to find a solution for this.....

Yogesh, anton feels like u guys are the best in Webservice....Please help...

Regards,

Hari

Former Member
0 Kudos

Hi,

If you want people to help you, please, give enough information and context in your question.

We don't even know what you are trying to do on which system....

Regards,

Olivier

harikrishnan_m
Active Participant
0 Kudos

Hi,

I created a webservice in SAP ABAP (Component version SAP ECC 6.0) using transaction SE80 and linked an RFC to it. After this i went to WSCONFIG and configured or released the webservice. Then in WSADMIN i provided J2EE server.. "http://<hostname>:<port> " Now if i am executing the same in WSADMIN itslef i am getting the above said error....

The host name i got from WSCONFIG -> ICF details -> Information on host and port button...

Please provide ur inputs where i am going wrong...

System is ABAP Development...

Regards,

hari

Edited by: ABAPer 007 on Mar 26, 2009 4:50 PM