hi all,
i created a WD application, calling a wsdl from Service Registry published from Enterprise Repository. this wsdl is tested correctly in the CE server, so now is the implementation of this SR with WD.
but i have this error when i try to deploy and test my application. the error trace is :
The initial exception that caused the request to fail, was:
com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target DEFAULT_WS_METADATA_DEST not mapped to a physical system.
at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:936)
at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)
at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)
at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)
at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)
anyone faced this problem before? how did you manage to solve this?
is there any cookbook on implementation of WS from Web dynpro CE?
thanks!