on 2006 Nov 20 4:17 PM
Hi,
i made a web service in Abap, and when testing it the message
'Service cannot be reached' appears...
I tried the following things but they didn't work:
- activating the service in transaction SICF --> green status !
- using the IPadress of the SAP server instead of the hostname in the browser
the WDSL definition seems to be there, because when pushing the 'WDSL' button, the xml appears in the browser.
In transaction SMICM, i can see that the http request doesn't come through and gets a warning: connection request failed.
Do i to set up an RFC destination in SM59 for a web service ?
Thanks,
Rolf
no RFC destination set up is required.
how are you testing it? is the webservice released for SOAP runtime?
check this weblog, it may be of help to you
/people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices
Regards
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
thank you for your answer.
I tested the service in the following way:
Transaction 'wsconfig' to release the web service
Fill in the name of the web service and a variant name
Double-click on ICF details
There is a tree with the virtual host 'default_host'
Then i right-click on
default_host --> sap --> bc --> srt --> rfc --> sap --> z_test_webservice3
The service is already activated, so i select:
'Test service'
As a result, the browser opens and displays the following page:
http://saperdsrv:8000/sap/bc/srt/rfc/sap/z_test_webservice3?sap-client=010
The page cannot be displayed
HTTP 500 - Internal server error
Internet Explorer
I also tried the following:
Service cannot be reached
ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:saperdsrv_ERD_00-v:0-s:404-r:Notfound
HTTP 404 - Not found
Your SAP Internet Communication Framework Team
Next try: ( with another port number 😞
http://saperdsrv:50000/sap/bc/srt/rfc/sap/z_test_webservice3?sap-client=010
The page cannot be displayed
Cannot find server or DNS error
Internet Explorer
Also replacing the server name with the IP address doesn't help..
Testing the service in wsadmin does not work.
The WDSL is shown correctly:
http://saperdsrv:8000/sap/bc/srt/rfc/sap/Z_TEST_WEBSERVICE3?sap-client=010&wsdl=1.1&mode=sap_wsdl
Thanks,
Rolf
User | Count |
---|---|
58 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.