Hi, I have a simple test program which runs successfully as standalone java application. But, the same program when run under weblogic 11g r1 throws the Exception: 401 Unauthorized. I am using Sharepoint, webservices wsdl, Client is running on Weblogic 11g r1. The map properties is same in both the cases.
Map<String, String> props = getProperties(config); List<Repository> repositories = SessionFactoryImpl.newInstance().getRepositories(properties); Does weblogic server needs some configuration? Thanks, Pankaj
