cancel
Showing results for 
Search instead for 
Did you mean: 

Call 6.20 Abap webservice with Adaptive Web Service Model

Former Member
0 Kudos

I am developing a WD app that runs on WAS 640 that has an Adaptive Web Service Model which is calling an abap web service that runs on WAS 620. The URL form of the Webservice WSDL is:

http://[hostname]:[port]/sap/bc/soap/wsdl11?services=Z_GET_COST_CENTERS&sap-client=030

NWDS gives me this error when I try to create the model:

Error in loading the WSDL file. Check the error log for more details.

The error log says:

Invalid Response Code: (404) Object Not Found. Check whether the URL is correct, and the Web Service that you are requesting is up and running.

I tested this Web Service using the tool on WAS 640 and it works fine:

http://[hostname]:[port]/wsnavigator/enterwsdl.html

Accepted Solutions (1)

Accepted Solutions (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

have double check on the URL, rather take the URL which you are getting from

WSADMIN in r3 after you publish your WS.

let me know if you face problem

regards

Former Member
0 Kudos

However this is NOT WAS 6.40 this is a R/3 4.7 system with WAS 6.20. Therefore there is no WSADMIN transaction.

abhijeet_mukkawar
Active Contributor
0 Kudos

Kelly,

okay 620 doesn't have a true UDDI Server so no question about WSADMIN. there is BSP page that you can access that provides much of the same functionality. You can find it under bc/bsp/sap/webservicebrowser/search.htm. From this page we can browse through all the RFCs available, we can access the WSDL file, and we can read the documentation for the webservice.

<b>also do check this blog</b>

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

regards

Answers (0)