SOAPFactory.newInstance( ).createElement( ResourceProperties11Constants.ELEM_OLD_VALUE,
ResourceProperties11Constants.NSPREFIX_WSRP,
ResourceProperties11Constants.NSURI_WSRP )
};
oldValue[0].addTextNode( "1024" );
PropertyChangeNotificationEvent event =
new PropertyChangeNotificationEvent( new QName( "http://com.xyz", "BlockSize" ), oldValue, newValue );
SOAPElement message = event.getPropertChangeNotificationSoapElement( );
return message;
}