06-06-2012 04:06 AM
WebServiceFactory.setEndpointAddress("http://xx.xx.xx.xx:8080/alfresco/api");
System.out.println( WebServiceFactory.getEndpointAddress());
06-06-2012 04:41 AM
public static String getEndpointAddress()
{
if (!loadedProperties)
{
loadProperties(PROPERTY_FILE_NAME);
}
return endPointAddress;
}
06-06-2012 04:46 AM
06-06-2012 05:16 AM
pourquoi proposer un changement d'adresse par le biai de la programmation si elle ne marche pas?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.