if( log.isDebugEnabled() )
log.debug("Pinging weblogs.com with URL: "+engine.getURL( WikiContext.VIEW, blogName, null, true ));
xmlrpc.executeAsync("weblogUpdates.ping", params,
new AsyncCallback()
{
public void handleError( Exception ex,
URL url,
String method )
{