I am using ABAP web service which I want to invoke from the WEB Dynpro application.
I have tested this service in the ABAP w/bench - works fine.
I have configured the dynamic WS proxy "discoverySystem "in Visual Admin app as follows:
URL (custom) http://iwdfvm2160.wdf.sap.corp:51080
System Id = <name>
Client = 200
Language=EN
I specified Basic Authentication, user name and password.
I specified this proxy as a defaultMetadataDestination and defaultExecutionDestination in the Model (.wdmodel file)
When I run the application, i get the following error:
com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Exception on creation of service metadata for WS metadata destination 'DiscoverySystem' and WS interface 'Z_WS_BAPI_SALESORDER_GETLIST'. One possible reason is that the metadata destination 'DiscoverySystem' has not been properly configured; check configuration.
Any ideas what is wrong with destination configuration?
Thanks,
Julia