Hi
i am creating a weservice proxy that uses ws-* security of username/password. I am creating this using the inbuilt jdeveloper option of creating a websrvice proxy from a wsdl.
When i deploy this client as part of a web application on a stand-alone weblogic instillation i get the error Caused by: javax.xml.ws.WebServiceException: No Handler for OWSM Security Policy found.
This is because wss_username_token_client_policy file that is under the the folder <DOMAIN_HOME_PATH\store\gmds\owsm\policies\oracle as part of the jdeveloper installation is not present on the stand alone weblogic domain. As a matter of fact the entire directory r <DOMAIN_HOME_PATH>\store\gmds is missing from the standalone weblogic installation.
What do i need to do to have this on the server like its present as part of the default domain of Jdeveloper.
Thanks & Regards
Carren